Class AvroTrevniOutputFormat<T>

java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<AvroWrapper<T>,NullWritable>
org.apache.trevni.avro.AvroTrevniOutputFormat<T>
All Implemented Interfaces:
OutputFormat<AvroWrapper<T>,NullWritable>

public class AvroTrevniOutputFormat<T> extends FileOutputFormat<AvroWrapper<T>,NullWritable>
An OutputFormat that writes Avro data to Trevni files.

Writes a directory of files per task, each comprising a single filesystem block. To reduce the number of files, increase the default filesystem block size for the job. Each task also requires enough memory to buffer a filesystem block.