Package com.linkedin.venice.hadoop.input.recordreader.avro
-
Class Summary Class Description AbstractAvroRecordReader<INPUT_KEY,INPUT_VALUE> An abstraction for a record reader that reads records from input into Avro-serialized keys and values.HdfsAvroUtils IdentityVeniceRecordReader A record reader that returns the input key and value as is.VeniceAvroFileIterator VeniceAvroRecordReader A record reader that reads records from Avro file input into Avro-serialized keys and values.