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

Method getJobGraph

src/org/apache/pig/tools/pigstats/PigStats.java:144–146  ·  view source on GitHub ↗

Returns the DAG of jobs spawned by the script

()

Source from the content-addressed store, hash-verified

142 * Returns the DAG of jobs spawned by the script
143 */
144 public JobGraph getJobGraph() {
145 return jobPlan;
146 }
147
148 /**
149 * Returns the list of output locations in the script

Callers 15

testOutputStatsMethod · 0.95
testGroupByMethod · 0.95
testSkewedJoinMethod · 0.95
testMergeJoinMethod · 0.95
testFRJoinMethod · 0.95
simpleTestMethod · 0.95
simpleTest2Method · 0.95
scriptsInDfsTestMethod · 0.95
orderByTestMethod · 0.95
simpleMultiQueryTestMethod · 0.95
simpleMultiQueryTest2Method · 0.95
simpleMultiQueryTest3Method · 0.95

Calls

no outgoing calls

Tested by 15

testOutputStatsMethod · 0.76
testGroupByMethod · 0.76
testSkewedJoinMethod · 0.76
testMergeJoinMethod · 0.76
testFRJoinMethod · 0.76
simpleTestMethod · 0.76
simpleTest2Method · 0.76
scriptsInDfsTestMethod · 0.76
orderByTestMethod · 0.76
simpleMultiQueryTestMethod · 0.76
simpleMultiQueryTest2Method · 0.76
simpleMultiQueryTest3Method · 0.76