Generated by
JDiff

Package org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators

Added Classes
POCross Recover this class for nested cross operation.
POPartialAgg Do partial aggregation in map plan.
 

Changed Classes
POLimit  
POLoad The load operator which is used in two ways: 1) As a local operator it can be used to load files 2) In the Map Reduce setting it is used to create jobs from MapReduce operators which keep the loads and stores in the Map and Reduce Plans till the job is created
POMergeJoin This operator implements merge join algorithm to do map side joins.