Class | Description |
---|---|
DelimitedTextFileReader |
A class that provides data segments from an input stream, where the data segments are
delimited by parameter "KEPLER::parameter::Delimiter".
|
DelimitedTextInputFormat |
This class extend DelimitedTextInputFormat class to read text in each map
function.
|
DelimitedTextRecordReader |
This class treats keys as file paths and value as sequence.
|
DuplicatedTextInputFormat |
This class provides InputFormat to read file(s) repeatedly.
|
DuplicatedTextRecordReader |
This class provides Reader to read file(s) repeatedly.
|
FileContentInputFormat |
This class provides InputFormat to read files.
|
FileContentRecordReader |
This class provides InputFormat to read files.
|
FilePathInputFormat |
This class provides InputFormat to read file paths.
|
FilePathRecordReader |
This class provides RecordReader to read file paths.
|
LineInputFormat |
This class extend TextInputFormat class to read lines in each map function.
|
MultiLineInputFormat |
This class extend FileInputFormat class to read multiple lines in each map function.
|
MultiLineRecordReader |
This class treats keys as offset in file and value as line.
|
MultipleLineReader |
A class that provides a multiple line reader from an input stream.
|
TokenInputFormat |
Hadoop InputFormat for Ptolemy tokens.
|
TokenInputSplit |
Hadoop InputSplit for Ptolemy tokens.
|
TokenRecordReader |
Hadoop RecordReader for Ptolemy tokens.
|