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

Method getStatistics

src/org/apache/pig/backend/executionengine/ExecJob.java:83–83  ·  view source on GitHub ↗

Can be information about the state (not submitted, e.g. the execute method has not been called yet; not running, e.g. execute has been issued, but job is waiting; running...; completed; aborted...; progress information @return statistics relevant to the execution engine

()

Source from the content-addressed store, hash-verified

81 * @return statistics relevant to the execution engine
82 */
83 public PigStats getStatistics();
84
85 /**
86 *

Callers 15

testOutputStatsMethod · 0.95
testMethod · 0.95
testMapOnlyMethod · 0.95
testMapOnlyBinStorageMethod · 0.95
testMapReduceOnlyMethod · 0.95
testMapCombineReduceMethod · 0.95
testMultipleMRJobsMethod · 0.95
testInputCountersMethod · 0.95

Implementers 1

HJobsrc/org/apache/pig/backend/hadoop/exec

Calls

no outgoing calls

Tested by 15

testOutputStatsMethod · 0.76
testMethod · 0.76
testMapOnlyMethod · 0.76
testMapOnlyBinStorageMethod · 0.76
testMapReduceOnlyMethod · 0.76
testMapCombineReduceMethod · 0.76
testMultipleMRJobsMethod · 0.76
testInputCountersMethod · 0.76