Generated by
JDiff

Class org.apache.pig.tools.pigstats.PigStats

Change from non-final to final.

Removed Constructors
PigStats()  
 

Removed Methods
Map accumulateStats()  
String getMRPlan()  
String getPhysicalPlan()  
Map getPigStats()  
long getProactiveSpillCount()  
long getRecordsWritten()  
List getRootJobIDs()  
void setExecType(ExecType)  
void setJobClient(JobClient)  
void setJobControl(JobControl)  
void setMROperatorPlan(MROperPlan)  
void setPhysicalPlan(PhysicalPlan)  
 

Added Methods
JobStats addJobStatsForNative(NativeMapReduceOper)  
PigStats get()  
long getDuration()  
int getErrorCode() Returns the error code of PigException
String getErrorMessage()  
String getFeatures()  
String getHadoopVersion()  
List getInputStats()  
JobGraph getJobGraph() Returns the DAG of the MR jobs spawned by the script
long getNumberBytes(String) Returns the number of bytes for the given output location -1 for invalid location or name.
int getNumberJobs() Returns the number of MR jobs for this script
long getNumberRecords(String) Returns the number of records for the given output location -1 for invalid location or name.
String getOutputAlias(String) Returns the alias associated with this output location
List getOutputLocations() Returns the list of output locations in the script
List getOutputNames() Returns the list of output names in the script
List getOutputStats()  
Properties getPigProperties() Returns the properties associated with the script
String getPigVersion()  
long getProactiveSpillCountObjects() Returns the total number of bags that spilled proactively
long getProactiveSpillCountRecords() Returns the total number of records that spilled proactively
long getRecordWritten() Returns the total number of records in user specified output locations of this script.
int getReturnCode() Return codes are defined in ReturnCode
String getScriptId()  
boolean isSuccessful()