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

Method run

src/org/apache/pig/Main.java:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 static {
103 Utils.addShutdownHookWithPriority(new Runnable() {
104 @Override
105 public void run() {
106 FileLocalizer.deleteTempResourceFiles();
107 }
108 }, PigImplConstants.SHUTDOWN_HOOK_TMP_FILES_CLEANUP_PRIORITY);
109 }
110

Callers 5

testParseInputScriptMethod · 0.95
runMethod · 0.95
mainMethod · 0.95

Calls 15

loadDefaultPropertiesMethod · 0.95
toPropertiesMethod · 0.95
makeListenerMethod · 0.95
getRemainingArgsMethod · 0.95
registerOptMethod · 0.95
getUDFContextMethod · 0.95
getNextOptMethod · 0.95
getValStrMethod · 0.95
printPropertiesMethod · 0.95
usageMethod · 0.95
getVersionStringMethod · 0.95