MCPcopy Create free account
hub / github.com/apache/pig / getScriptFiles

Method getScriptFiles

src/org/apache/pig/impl/PigContext.java:448–450  ·  view source on GitHub ↗

script files as name/file pairs to be added to the job jar @return name/file pairs

()

Source from the content-addressed store, hash-verified

446 * @return name/file pairs
447 */
448 public Map<String,File> getScriptFiles() {
449 return aliasedScriptFiles;
450 }
451
452 public void rename(String oldName, String newName) throws IOException {
453 if (oldName.equals(newName)) {

Callers 4

testScriptFilesMethod · 0.95
registerUdfFilesMethod · 0.80
getLocalResourcesMethod · 0.80
createPigScriptUDFJarMethod · 0.80

Calls

no outgoing calls

Tested by 1

testScriptFilesMethod · 0.76