Generated by
JDiff

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

Added Classes
PigMapReduce.MapWithPartitionIndex Used by Skewed Join
SampleOptimizer A visitor to optimize plans that have a sample job that immediately follows a load/store only MR job.
 

Changed Classes
JobControlCompiler This is compiler class that takes an MROperPlan and converts it into a JobControl object with the relevant dependency info maintained.
Launcher  
MRCompiler The compiler that compiles a given physical plan into a DAG of MapReduce operators which can then be converted into the JobControl structure.
MapReduceOper An operator model for a Map Reduce job.
PhyPlanSetter Sets the parent plan for all Physical Operators.
PigMapBase