public static class OneNullRowInputFormat.OneNullRowRecordReader extends NullRowsInputFormat.NullRowsRecordReader
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
processed |
rbCtx| Constructor and Description |
|---|
OneNullRowRecordReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapred.InputSplit split) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPos() |
float |
getProgress() |
boolean |
next(Object key,
Object value) |
close, createKey, createValue, makeNullVrbpublic OneNullRowRecordReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapred.InputSplit split)
throws IOException
IOExceptionpublic long getPos()
throws IOException
getPos in interface org.apache.hadoop.mapred.RecordReadergetPos in class NullRowsInputFormat.NullRowsRecordReaderIOExceptionpublic float getProgress()
throws IOException
getProgress in interface org.apache.hadoop.mapred.RecordReadergetProgress in class NullRowsInputFormat.NullRowsRecordReaderIOExceptionpublic boolean next(Object key, Object value) throws IOException
next in interface org.apache.hadoop.mapred.RecordReadernext in class NullRowsInputFormat.NullRowsRecordReaderIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.