-
Constructor Summary
Constructors
-
Method Summary
void
float
void
initialize(org.apache.hadoop.fs.FSDataInputStream stream)
void
initialize(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DbfFileReader
public DbfFileReader()
-
Method Details
-
initialize
public void initialize(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
- Specified by:
initialize in class org.apache.hadoop.mapreduce.RecordReader<ShapeKey,String>
- Throws:
IOException
-
-
-
nextKeyValue
- Specified by:
nextKeyValue in class org.apache.hadoop.mapreduce.RecordReader<ShapeKey,String>
- Throws:
IOException
-
getCurrentKey
- Specified by:
getCurrentKey in class org.apache.hadoop.mapreduce.RecordReader<ShapeKey,String>
-
getCurrentFieldBytes
public List<byte[]> getCurrentFieldBytes()
-
getCurrentValue
public String getCurrentValue()
- Specified by:
getCurrentValue in class org.apache.hadoop.mapreduce.RecordReader<ShapeKey,String>
-
getProgress
public float getProgress()
- Specified by:
getProgress in class org.apache.hadoop.mapreduce.RecordReader<ShapeKey,String>
-