|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
org.apache.hadoop.mapreduce.lib.input.LineRecordReader
@InterfaceAudience.LimitedPrivate(value={"MapReduce","Pig"})
@InterfaceStability.Evolving
public class LineRecordReaderTreats keys as offset in file and value as line.
| Field Summary | |
|---|---|
static String |
MAX_LINE_LENGTH
|
| Constructor Summary | |
|---|---|
LineRecordReader()
|
|
LineRecordReader(byte[] recordDelimiter)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MAX_LINE_LENGTH
| Constructor Detail |
|---|
public LineRecordReader()
public LineRecordReader(byte[] recordDelimiter)
| Method Detail |
|---|
public void initialize(InputSplit genericSplit,
TaskAttemptContext context)
throws IOException
RecordReader
initialize 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 task
IOException
public boolean nextKeyValue()
throws IOException
RecordReader
nextKeyValue in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>IOExceptionpublic org.apache.hadoop.io.LongWritable getCurrentKey()
RecordReader
getCurrentKey in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>public org.apache.hadoop.io.Text getCurrentValue()
RecordReader
getCurrentValue in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
public float getProgress()
throws IOException
getProgress in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>IOException
public void close()
throws IOException
RecordReader
close in interface Closeableclose in class RecordReader<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||