Interface | Description |
---|---|
Configurable |
A trait to implement
Configurable interface. |
Class | Description |
---|---|
ConfigurableCombineFileRecordReader<K,V> |
A
CombineFileRecordReader
that can pass Hadoop Configuration to Configurable
RecordReaders. |
FixedLengthBinaryInputFormat | |
FixedLengthBinaryRecordReader |
FixedLengthBinaryRecordReader is returned by FixedLengthBinaryInputFormat.
|
PortableDataStream |
A class that allows DataStreams to be serialized and moved around by not creating them
until they need to be read
|
StreamBasedRecordReader<T> |
An abstract class of
RecordReader
to reading files out as streams |
StreamFileInputFormat<T> |
A general format for reading whole files in as streams, byte arrays,
or other functions to be added
|
StreamInputFormat |
The format for the PortableDataStream files
|
StreamRecordReader |
Reads the record in directly as a stream for other objects to manipulate and handle
|
WholeTextFileInputFormat |
A
CombineFileInputFormat for
reading whole text files. |
WholeTextFileRecordReader |
A
RecordReader for reading a single whole text file
out in a key-value pair, where the key is the file path and the value is the entire content of
the file. |