Class CombineFileRecordReader<K,V>

java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<K,V>
org.apache.hadoop.mapreduce.lib.input.CombineFileRecordReader<K,V>
All Implemented Interfaces:
Closeable, AutoCloseable

@Public @Stable public class CombineFileRecordReader<K,V> extends RecordReader<K,V>
A generic RecordReader that can hand out different recordReaders for each chunk in a CombineFileSplit. A CombineFileSplit can combine data chunks from multiple files. This class allows using different RecordReaders for processing these data chunks from different files.
See Also: