Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testRun_setsErrorThrowableOnPigStats
Method · 0.95
testRun_setsErrorThrowableForParamSubstitution
Method · 0.95
testParseInputScript
Method · 0.95
run
Method · 0.95
main
Method · 0.95
Calls
15
deleteTempResourceFiles
Method · 0.95
loadDefaultProperties
Method · 0.95
toProperties
Method · 0.95
makeListener
Method · 0.95
getRemainingArgs
Method · 0.95
registerOpt
Method · 0.95
getUDFContext
Method · 0.95
getNextOpt
Method · 0.95
getValStr
Method · 0.95
printProperties
Method · 0.95
usage
Method · 0.95
getVersionString
Method · 0.95
Tested by
3
testRun_setsErrorThrowableOnPigStats
Method · 0.76
testRun_setsErrorThrowableForParamSubstitution
Method · 0.76
testParseInputScript
Method · 0.76