Class SequenceFileAsTextRecordReader

java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<Text,Text>
org.apache.hadoop.mapreduce.lib.input.SequenceFileAsTextRecordReader
All Implemented Interfaces:
Closeable, AutoCloseable

@Public @Stable public class SequenceFileAsTextRecordReader extends RecordReader<Text,Text>
This class converts the input keys and values to their String forms by calling toString() method. This class to SequenceFileAsTextInputFormat class is as LineRecordReader class to TextInputFormat class.