Generated by
JDiff

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

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

Added Constructors
PigStats()  
 

Removed Methods
JobStats addJobStatsForNative(NativeMapReduceOper)  
 

Added Methods
List getAllErrorMessages()  
Map getAllStats()  
boolean isEmbedded()  
OutputStats result(String)  
 

Changed Methods
long getBytesWritten() Changed from non-abstract to abstract. Returns the total bytes written to user specified HDFS locations of this script.
long getDuration() Changed from non-abstract to abstract.  
String getFeatures() Changed from non-abstract to abstract.  
List getInputStats() Changed from non-abstract to abstract.  
JobGraph getJobGraph() Changed from non-abstract to abstract. Returns the DAG of the MR jobs spawned by the script
long getNumberBytes(String) Changed from non-abstract to abstract. Returns the number of bytes for the given output location -1 for invalid location or name.
int getNumberJobs() Changed from non-abstract to abstract. Returns the number of MR jobs for this script
long getNumberRecords(String) Changed from non-abstract to abstract. Returns the number of records for the given output location -1 for invalid location or name.
String getOutputAlias(String) Changed from non-abstract to abstract. Returns the alias associated with this output location
List getOutputLocations() Changed from non-abstract to abstract. Returns the list of output locations in the script
List getOutputNames() Changed from non-abstract to abstract. Returns the list of output names in the script
List getOutputStats() Changed from non-abstract to abstract.  
Properties getPigProperties() Changed from non-abstract to abstract. Returns the properties associated with the script
long getProactiveSpillCountObjects() Changed from non-abstract to abstract. Returns the total number of bags that spilled proactively
long getProactiveSpillCountRecords() Changed from non-abstract to abstract. Returns the total number of records that spilled proactively
long getRecordWritten() Changed from non-abstract to abstract. Returns the total number of records in user specified output locations of this script.
long getSMMSpillCount() Changed from non-abstract to abstract. Returns the total spill counts from SpillableMemoryManager
String getScriptId() Changed from non-abstract to abstract.  
boolean isSuccessful() Changed from non-abstract to abstract.  
 

Added Fields
int returnCode