avro icon indicating copy to clipboard operation
avro copied to clipboard

AVRO-1976: Add Input/OutputFormat to read/write encoded objects

Open postamar opened this issue 8 years ago • 0 comments

AvroEncodedInputFormat reads a container file input split as key-value pairs in which the key is the file header and the value is the decompressed file data block. AvroEncodedOutputFormatfollows the same logic for writing. See TestAvroEncodedInputAndOutputFormats for usage examples.

postamar avatar Jan 03 '17 18:01 postamar