Class AvroInputFormat<T>

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

public class AvroInputFormat<T> extends FileInputFormat<AvroWrapper<T>,NullWritable>
An InputFormat for Avro data files. By default, when pointed at a directory, this will silently skip over any files in it that do not have .avro extension. To instead include all files, set the avro.mapred.ignore.inputs.without.extension property to false.