Removed Methods |
void accumulateStats(JobControl )
|
Updates the statistics after a patch of jobs is done |
JobStats addJobStats(Job )
|
Add stats for a new Job which doesn't yet need to be completed. |
JobStats addNativeJobStats(PigStats, NativeMapReduceOper, boolean)
|
|
JobStats addNativeJobStats(PigStats, NativeMapReduceOper, boolean, Exception)
|
|
void displayStatistics()
|
Logs the statistics in the Pig log file at INFO level |
long getMultiStoreCount(Job, JobClient, String)
|
Returns the count for the given counter name in the counter group 'MultiStoreCounters' |
void setBackendException(Job, Exception)
|
|
void startCollection(PigContext, JobClient, JobControlCompiler, MROperPlan)
|
Starts collecting statistics for the given MR plan |
void stopCollection(boolean )
|
Stops collecting statistics for a MR plan |
void updateJobMroMap(Map )
|
Updates the JobGraph of the PigStats The initial JobGraph is created without job ids using MROperPlan before any job is submitted for execution. |