Description
Avro doesn't support MapReduce over plain text files very well. Hadoop's TextInputFormat doesn't work directly with AvroMapper, and the alternative of using AvroWrapper objects is not very elegant. It would be nice to have an input format that returns lines as Utf8 keys to work with AvroMapper.