org.apache.avro.mapred
Class SequenceFileRecordReader<K,V>
java.lang.Object
org.apache.avro.mapred.AvroRecordReader<Pair<K,V>>
org.apache.avro.mapred.SequenceFileRecordReader<K,V>
- All Implemented Interfaces:
- RecordReader<AvroWrapper<Pair<K,V>>,NullWritable>
public class SequenceFileRecordReader<K,V>
- extends AvroRecordReader<Pair<K,V>>
A RecordReader
for sequence files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceFileRecordReader
public SequenceFileRecordReader(JobConf job,
FileSplit split)
throws IOException
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.