Package | Description |
---|---|
org.kepler.hadoop.io.input |
Modifier and Type | Method and Description |
---|---|
TokenWritable |
TokenRecordReader.getCurrentValue()
Get the token writable.
|
TokenWritable |
TokenInputSplit.getTokenWritable()
Get a Writable for this split.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.NullWritable,TokenWritable> |
TokenInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
Create the RecordReader for a split.
|