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

Method addScriptFile

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

calls: addScriptFile(path, new File(path)), ensuring that a given path is added to the jar at most once. @param path

(String path)

Source from the content-addressed store, hash-verified

322 * @param path
323 */
324 public void addScriptFile(String path) {
325 addScriptFile(path, path);
326 }
327
328 /**
329 * this method adds script files that must be added to the shipped jar

Callers 6

testScriptFilesMethod · 0.95
registerCodeMethod · 0.80
registerFunctionsMethod · 0.80
execfileMethod · 0.80
registerFunctionsMethod · 0.80
registerFunctionsMethod · 0.80

Calls 1

putMethod · 0.45

Tested by 1

testScriptFilesMethod · 0.76