Generated by
JDiff

Package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans

Removed Classes
MRStreamHandler This visitor visits the MRPlan and does the following for each MROper - If the map plan or the reduce plan of the MROper has a POStream in it this marks in the MROper whether the map has a POStream or if the reduce has a POStream.
 

Added Classes
EndOfAllInputSetter This visitor visits the MRPlan and does the following for each MROper: If the map plan or the reduce plan of the MROper has an end of all input flag present in it this marks in the MROper whether the map has an end of all input flag set or if the reduce has an end of all input flag set.
 

Changed Classes
DotMRPrinter.InnerOperator Helper class to represent the relationship of map reduce and combine phases in an MR operator.
DotMRPrinter.InnerPlan Helper class to represent the relationship of map reduce and combine phases in an MR operator.