|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed from non-abstract to abstract.
Added Constructors | |
String ) |
Removed Methods | |
void addSettingsToConf(MapReduceOper, |
|
void addWorkflowAdjacenciesToConf(MROperPlan, |
|
String getAlias(MapReduceOper ) |
|
String getAliasLocation(MapReduceOper ) |
|
String getPigFeature(MapReduceOper ) |
|
ScriptState start(String, |
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, |
@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 |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |