[
https://issues.apache.org/jira/browse/AVRO-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ken Krugler updated AVRO-586:
-----------------------------
Status: Patch Available (was: Open)
This patch uses the JobConf configuration to payload metadata into the
AvroOutputFormat.
Only odd thing is that since everything has to be a String in the JobConf
config, byte[] uses a different special key so that it can be correctly
converted back from Base64 when writing out the file.
> Support adding metadata to mapred output files
> ----------------------------------------------
>
> Key: AVRO-586
> URL: https://issues.apache.org/jira/browse/AVRO-586
> Project: Avro
> Issue Type: Improvement
> Components: java
> Reporter: Ken Krugler
> Priority: Minor
> Attachments: AVRO-586.patch
>
>
> It would be useful to be able to set metadata in the headers of the Avro
> files generated during a Hadoop mapred job.
> Patch following...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.