Add input format for plain text files
-------------------------------------
Key: AVRO-577
URL: https://issues.apache.org/jira/browse/AVRO-577
Project: Avro
Issue Type: New Feature
Components: java
Reporter: Tom White
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.