public class MatlabInputFormat extends BaseInputFormat
| Constructor and Description |
|---|
MatlabInputFormat() |
| 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
|
getType, readFields, toDouble, toFloat, toInt, toLong, write, writeTypepublic RecordReader createReader(InputSplit split, Configuration conf) throws IOException, InterruptedException
InputFormatsplit - the split to readIOExceptionInterruptedExceptionpublic RecordReader createReader(InputSplit split) throws IOException, InterruptedException
InputFormatcreateReader in interface InputFormatcreateReader in class BaseInputFormatsplit - the split to readIOExceptionInterruptedExceptionCopyright © 2019. All rights reserved.