public class SequenceFileInputFormat<K,V> extends FileInputFormat<AvroWrapper<Pair<K,V>>,NullWritable>
InputFormat for sequence files.FileInputFormat.CounterLOG| 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, setMinSplitSizepublic 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>IOExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.