Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ start
Method
start
test/org/apache/pig/test/Util.java:977–980 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
975
this.is = is;
976
}
977
public
void
start () {
978
thread =
new
Thread (this);
979
thread.start ();
980
}
981
@Override
982
public
void
run () {
983
try {
Callers
15
executeJavaCommandAndReturnInfo
Method · 0.95
TestDBStorage
Method · 0.45
nextKeyValue
Method · 0.45
setupClusters
Method · 0.45
setupMiniDfsAndMrClusters
Method · 0.45
setupMiniDfsAndMrClusters
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected