Class KeyValueLineRecordReader

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

@Public @Stable public class KeyValueLineRecordReader extends RecordReader<Text,Text>
This class treats a line in the input as a key/value pair separated by a separator character. The separator can be specified in config file under the attribute name mapreduce.input.keyvaluelinerecordreader.key.value.separator. The default separator is the tab character ('\t').