public class CombineFileRecordReaderWrapper<K,V> extends java.lang.Object
org.apache.hadoop.mapred.lib.CombineFileRecordReader,
org.apache.hadoop.mapred.lib.CombineFileInputFormat| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INDIVIDUAL_INPUT_FORMAT
property that indicates how individual input format is to be interpreted
|
| Constructor and Description |
|---|
CombineFileRecordReaderWrapper(CombineFileSplit split,
Configuration conf,
Reporter reporter,
java.lang.Integer idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
K |
createKey() |
V |
createValue() |
long |
getPos() |
float |
getProgress() |
boolean |
next(K key,
V value) |
public static final java.lang.String INDIVIDUAL_INPUT_FORMAT
public CombineFileRecordReaderWrapper(CombineFileSplit split, Configuration conf, Reporter reporter, java.lang.Integer idx) throws java.lang.Exception
java.lang.Exceptionpublic V createValue()
public long getPos() throws java.io.IOException
java.io.IOExceptionpublic void close() throws java.io.IOException
java.io.IOExceptionpublic float getProgress() throws java.io.IOException
java.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.