public class OneNullRowInputFormat extends NullRowsInputFormat
Modifier and Type | Class and Description |
---|---|
static class |
OneNullRowInputFormat.OneNullRowRecordReader |
NullRowsInputFormat.DummyInputSplit, NullRowsInputFormat.NullRowsRecordReader
Constructor and Description |
---|
OneNullRowInputFormat() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable> |
getRecordReader(org.apache.hadoop.mapred.InputSplit arg0,
org.apache.hadoop.mapred.JobConf arg1,
org.apache.hadoop.mapred.Reporter arg2) |
configure, getSplits
public org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable> getRecordReader(org.apache.hadoop.mapred.InputSplit arg0, org.apache.hadoop.mapred.JobConf arg1, org.apache.hadoop.mapred.Reporter arg2) throws IOException
getRecordReader
in interface org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
getRecordReader
in class NullRowsInputFormat
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.