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

Method submit

src/org/apache/pig/backend/hadoop/PigJobControl.java:126–132  ·  view source on GitHub ↗
(ControlledJob j)

Source from the content-addressed store, hash-verified

124 }
125
126 private State submit(ControlledJob j) {
127 try {
128 return (State)submit.invoke(j);
129 } catch (Exception e) {
130 throw new RuntimeException(e);
131 }
132 }
133
134 @SuppressWarnings("unchecked")
135 private LinkedList<ControlledJob> getJobs(Field field) {

Callers 8

runMethod · 0.95
testMemorySpill1Method · 0.80
testMemorySpill2Method · 0.80
executeShellCommandMethod · 0.80
logEventMethod · 0.80
monitorExecMethod · 0.80
launchPigMethod · 0.80
runMethod · 0.80

Calls 1

invokeMethod · 0.80

Tested by 2

testMemorySpill1Method · 0.64
testMemorySpill2Method · 0.64