public class SequenceFileInputFormat<K,V> extends FileInputFormat<AvroWrapper<Pair<K,V>>,NullWritable>
InputFormat
for sequence files.FileInputFormat.Counter
LOG
Constructor and Description |
---|
SequenceFileInputFormat() |
Modifier and Type | Method and Description |
---|---|
RecordReader<AvroWrapper<Pair<K,V>>,NullWritable> |
getRecordReader(InputSplit split,
JobConf job,
Reporter reporter) |
addInputPath, addInputPaths, computeSplitSize, getBlockIndex, getInputPathFilter, getInputPaths, getSplitHosts, getSplits, isSplitable, listStatus, setInputPathFilter, setInputPaths, setInputPaths, setMinSplitSize
public RecordReader<AvroWrapper<Pair<K,V>>,NullWritable> getRecordReader(InputSplit split, JobConf job, Reporter reporter) throws IOException
getRecordReader
in interface InputFormat<AvroWrapper<Pair<K,V>>,NullWritable>
getRecordReader
in class FileInputFormat<AvroWrapper<Pair<K,V>>,NullWritable>
IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.