| Package | Description | 
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapred.lib | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultiFileSplit
A sub-collection of input files. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected CombineFileSplit | 
CombineFileRecordReader.split  | 
| Constructor and Description | 
|---|
CombineFileRecordReader(JobConf job,
                       CombineFileSplit split,
                       Reporter reporter,
                       Class<RecordReader<K,V>> rrClass)
A generic RecordReader that can hand out different recordReaders
 for each chunk in the CombineFileSplit. 
 | 
CombineFileRecordReaderWrapper(FileInputFormat<K,V> inputFormat,
                              CombineFileSplit split,
                              Configuration conf,
                              Reporter reporter,
                              Integer idx)  | 
CombineFileSplit(CombineFileSplit old)
Copy constructor 
 | 
Copyright © 2022 Apache Software Foundation. All rights reserved.