Generated by
JDiff

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

Removed Methods
void configure(JobConf) Configures the Reduce plan the POPackage operator and the reporter thread
 

Added Methods
void setup(Context) Configures the Reduce plan the POPackage operator and the reporter thread
 

Changed Methods
void reduce(PigNullableWritable, Iterable, Context) Change in signature from (PigNullableWritable, Iterator, OutputCollector, Reporter) to (PigNullableWritable, Iterable, Context).
Change in exceptions thrown from java.io.IOException to (java.io.IOException, java.lang.InterruptedException).
Change of visibility from public to protected.
The reduce function which packages the key and List<Tuple> into key Bag<Tuple> after converting Hadoop type key into Pig type.