Generated by
JDiff

Class org.apache.pig.tools.pigstats.ScriptState

Changed from non-abstract to abstract.

Added Constructors
ScriptState(String)  
 

Removed Methods
void addSettingsToConf(MapReduceOper, Configuration)  
void addWorkflowAdjacenciesToConf(MROperPlan, Configuration)  
String getAlias(MapReduceOper)  
String getAliasLocation(MapReduceOper)  
String getPigFeature(MapReduceOper)  
ScriptState start(String, PigContext)  
 

Added Methods
long bitSetToLong(BitSet)  
String featureLongToString(long)  
String getCommandLine()  
String getId()  
String getScript()  
String getScriptFeatures()  
void setCommandLine(String)  
void setScript(BufferedReader)  
ScriptState start(ScriptState)  
ScriptState start(String, PigContext) @deprecated use org.apache.pig.tools.pigstats.ScriptState#start(ScriptState) instead.
 

Changed Methods
void emitInitialPlanNotification(OperatorPlan) Change in signature from MROperPlan to OperatorPlan.
 
 

Removed Fields
String INSERT_ENABLED Pig property that allows user to turn off the inclusion of settings in the jobs
int MAX_SCRIPT_SIZE Restricts the size of Pig script stored in job xml
 

Added Fields
String commandLine  
String fileName  
String hadoopVersion  
String id  
List listeners  
PigContext pigContext  
String pigVersion  
String script  
long scriptFeatures