avro
avro copied to clipboard
AVRO-1976: Add Input/OutputFormat to read/write encoded objects
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. AvroEncodedOutputFormat
follows the same logic for writing. See TestAvroEncodedInputAndOutputFormats
for usage examples.