Class AvroKeyInputFormat<T>


public class AvroKeyInputFormat<T> extends FileInputFormat<AvroKey<T>,NullWritable>
A MapReduce InputFormat that can handle Avro container files.

Keys are AvroKey wrapper objects that contain the Avro data. Since Avro container files store only records (not key/value pairs), the value from this InputFormat is a NullWritable.