Package | Description |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapred.lib | |
org.apache.hadoop.mapreduce.lib.input |
Modifier and Type | Class and Description |
---|---|
class |
MultiFileSplit
A sub-collection of input files.
|
Modifier and Type | Class and Description |
---|---|
class |
CombineFileSplit |
Modifier and Type | Field and Description |
---|---|
protected CombineFileSplit |
CombineFileRecordReader.split |
Constructor and Description |
---|
CombineFileRecordReader(CombineFileSplit split,
TaskAttemptContext context,
Class<? extends 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,
TaskAttemptContext context,
Integer idx) |
CombineFileSplit(CombineFileSplit old)
Copy constructor
|
Copyright © 2017 Apache Software Foundation. All rights reserved.