Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceOper

Removed Methods
int getFragment()  
FileSpec[] getReplFiles()  
boolean isFrjoin()  
boolean isStreamInMap() @return whether there is a POStream in the map plan
boolean isStreamInReduce() @return whether there is a POStream in the reduce plan
void setFragment(int)  
void setFrjoin(boolean)  
void setReplFiles(FileSpec[])  
void setStreamInMap(boolean) @param streamInMap the streamInMap to set
void setStreamInReduce(boolean) @param streamInReduce the streamInReduce to set
 

Added Methods
boolean[] getSecondarySortOrder()  
boolean getSkewedJoin()  
String getSkewedJoinPartitionFile()  
boolean getUseSecondaryKey()  
boolean isEndOfAllInputSetInMap() @return whether end of all input is set in the map plan
boolean isEndOfAllInputSetInReduce() @return whether end of all input is set in the reduce plan
boolean isLimitOnly()  
boolean isSkewedJoin()  
void setEndOfAllInputInMap(boolean) @param endOfAllInputInMap the streamInMap to set
void setEndOfAllInputInReduce(boolean) @param endOfAllInputInReduce the streamInReduce to set
void setLimitOnly(boolean)  
void setSecondarySortOrder(boolean[])  
void setSkewedJoin(boolean)  
void setSkewedJoinPartitionFile(String)  
void setUseSecondaryKey(boolean)  
 

Changed Fields
Set UDFs Change in type from List to Set.