public interface InputFormat extends Writable
| Modifier and Type | Method and Description |
|---|---|
RecordReader |
createReader(InputSplit split)
Creates a reader from an input split
|
RecordReader |
createReader(InputSplit split,
Configuration conf)
Creates a reader from an input split
|
RecordReader createReader(InputSplit split, Configuration conf) throws IOException, InterruptedException
split - the split to readIOExceptionInterruptedExceptionRecordReader createReader(InputSplit split) throws IOException, InterruptedException
split - the split to readIOExceptionInterruptedExceptionCopyright © 2017. All rights reserved.