Class AvroTrevniInputFormat<T>

java.lang.Object
org.apache.hadoop.mapred.FileInputFormat<AvroWrapper<T>,NullWritable>
org.apache.trevni.avro.AvroTrevniInputFormat<T>
All Implemented Interfaces:
InputFormat<AvroWrapper<T>,NullWritable>

public class AvroTrevniInputFormat<T> extends FileInputFormat<AvroWrapper<T>,NullWritable>
An InputFormat for Trevni files.

A subset schema to be read may be specified with AvroJob.setInputSchema(JobConf,Schema).