Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigGenericMapReduce.ReduceWithComparator

Changed Methods
void reduce(PigNullableWritable, Iterable, Context) Change in signature from (org.apache.pig.impl.io.PigNullableWritable, java.lang.Iterable, Context) to (org.apache.pig.impl.io.PigNullableWritable, java.lang.Iterable, org.apache.hadoop.mapreduce.Mapper.Context).
The reduce function which packages the key and List<Tuple> into key Bag<Tuple> after converting Hadoop type key into Pig type.
void setup(Context) Change in signature from Context to org.apache.hadoop.mapreduce.Mapper.Context.
Configures the Reduce plan the POPackage operator and the reporter thread