Class CombineAvroKeyValueFileInputFormat<K,V>

Type Parameters:
K - The type of the Avro key to read.
V - The type of the Avro value to read.

public class CombineAvroKeyValueFileInputFormat<K,V> extends CombineFileInputFormat<AvroKey<K>,AvroValue<V>>
A combine avro keyvalue file input format that can combine small avro files into mappers.