public class LineRecordReader extends RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
| Constructor and Description |
|---|
LineRecordReader() |
LineRecordReader(byte[] recordDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the record reader.
|
org.apache.hadoop.io.LongWritable |
getCurrentKey()
Get the current key
|
org.apache.hadoop.io.Text |
getCurrentValue()
Get the current value.
|
float |
getProgress()
Get the progress within the split
|
void |
initialize(InputSplit genericSplit,
TaskAttemptContext context)
Called once at initialization.
|
boolean |
nextKeyValue()
Read the next key, value pair.
|
public LineRecordReader()
public LineRecordReader(byte[] recordDelimiter)
public void initialize(InputSplit genericSplit, TaskAttemptContext context) throws java.io.IOException
RecordReaderinitialize in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>genericSplit - the split that defines the range of records to readcontext - the information about the taskjava.io.IOExceptionpublic boolean nextKeyValue()
throws java.io.IOException
RecordReadernextKeyValue in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>java.io.IOExceptionpublic org.apache.hadoop.io.LongWritable getCurrentKey()
RecordReadergetCurrentKey in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>public org.apache.hadoop.io.Text getCurrentValue()
RecordReadergetCurrentValue in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>public float getProgress()
getProgress in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>public void close()
throws java.io.IOException
RecordReaderclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>java.io.IOExceptionCopyright © 2009 The Apache Software Foundation