Generated by
JDiff

Class org.apache.pig.tools.pigstats.JobStats

Changed from non-abstract to abstract. Change from final to non-final.

Added Constructors
JobStats(String, JobGraph)  
 

Added Methods
long calculateMedianValue(long[]) Calculate the median value from the given array
String getDisplayString()  
long getHdfsBytesRead()  
Map getMultiInputCounters() @deprecated If you are using mapreduce please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats then use org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMultiInputCounters instead.
long getOutputSize(POStore, Configuration) Looks up the output size reader from OUTPUT_SIZE_READER_KEY and invokes it to get the size of output.
boolean isIndexer()  
boolean isSampler()  
void setBackendException(Exception)  
void setConf(Configuration)  
void setErrorMsg(String)  
void setSuccessful(boolean)  
 

Changed Methods
void accept(PlanVisitor) Changed from non-abstract to abstract.  
long getAvgMapTime() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getAvgMapTime} instead.
long getAvgREduceTime() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getAvgREduceTime} instead.
Counters getHadoopCounters() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getHadoopCounters} instead.
String getJobId() Changed from non-abstract to abstract.  
long getMapInputRecords() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMapInputRecords} instead.
long getMapOutputRecords() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMapOutputRecords} instead.
long getMaxMapTime() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMaxMapTime} instead.
long getMaxReduceTime() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMaxReduceTime} instead.
long getMinMapTime() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMinMapTime} instead.
long getMinReduceTime() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMinReduceTime} instead.
Map getMultiStoreCounters() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getMultiStoreCounters} instead.
int getNumberMaps() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getNumberMaps} instead.
int getNumberReduces() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getNumberReduces} instead.
long getProactiveSpillCountObjects() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getProactiveSpillCountObjects} instead.
long getProactiveSpillCountRecs() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getProactiveSpillCountRecs} instead.
long getReduceInputRecords() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getReduceInputRecords} instead.
long getReduceOutputRecords() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getReduceOutputRecords} instead.
long getSMMSpillCount() Changed from non-abstract to abstract. Now deprecated.
If you are using mapreduce, please cast JobStats to org.apache.pig.tools.pigstats.mapreduce.MRJobStats, then use {@link org.apache.pig.tools.pigstats.mapreduce.MRJobStats#getSMMSpillCount} instead.
 

Removed Fields
String SUCCESS_HEADER_LOCAL  
 

Added Fields
Configuration conf  
long hdfsBytesRead  
long hdfsBytesWritten  
ArrayList inputs  
ArrayList outputs  
JobState state