Class AvroOutputFormat<T>

All Implemented Interfaces:
OutputFormat<AvroWrapper<T>,NullWritable>

public class AvroOutputFormat<T> extends FileOutputFormat<AvroWrapper<T>,NullWritable>
An OutputFormat for Avro data files.

You can specify various options using Job Configuration properties. Look at the fields in AvroJob as well as this class to get an overview of the supported options.