[
https://issues.apache.org/jira/browse/AVRO-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated AVRO-577:
---------------------------
Attachment: AVRO-577.patch
Here's a patch for a AvroUtf8InputFormat and a test.
> 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
> Attachments: AVRO-577.patch
>
>
> 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.