Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigRecordReader

Changed Constructors
PigRecordReader(InputFormat, PigSplit, LoadFunc, TaskAttemptContext) Change in type from (RecordReader, LoadFunc, Configuration) to (InputFormat, PigSplit, LoadFunc, TaskAttemptContext).
Change in exceptions thrown from no exceptions to (java.io.IOException, java.lang.InterruptedException).
@param context
 

Added Methods
boolean initNextRecordReader() Get the record reader for the next chunk in this CombineFileSplit.