Generated by
JDiff

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

Added Methods
String getFileName()  
int getNumberFailedJobs()  
int getNumberSuccessfulJobs()  
PigContext getPigContext()  
void setBackendException(String, Exception)  
void setErrorCode(int)  
void setErrorMessage(String)  
void setErrorThrowable(Throwable)  
void setReturnCode(int)  
PigStats start(PigStats)  
void start()  
void stop()  
 

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

Added Fields
String DATE_FORMAT  
Map aliasOuputMap  
long endTime  
int errorCode  
String errorMessage  
Throwable errorThrowable  
JobGraph jobPlan  
PigContext pigContext  
long startTime  
String userId