| Class | Description |
|---|---|
| FilesAsBytesFunction |
A PairFunction that simply loads bytes[] from a a PortableDataStream, and wraps it (and the String key)
in Text and BytesWritable respectively.
|
| RecordReaderBytesFunction |
RecordReaderBytesFunction: Converts binary data (in the form of a BytesWritable) to Canova format data
(
Collection<Writable>) using a RecordReader |
| SequenceRecordReaderBytesFunction |
SequenceRecordReaderBytesFunction: Converts binary data (in the form of a BytesWritable) to Canova format data
(
Collection<Collection<<Writable>>) using a SequenceRecordReader |
Copyright © 2016. All rights reserved.