Class AvroKeyOutputFormat<T>

Type Parameters:
T - The (java) type of the Avro data to write.

public class AvroKeyOutputFormat<T> extends AvroOutputFormatBase<AvroKey<T>,NullWritable>
FileOutputFormat for writing Avro container files.

Since Avro container files only contain records (not key/value pairs), this output format ignores the value.