You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/08/09 23:49:16 UTC

[jira] Updated: (AVRO-586) Support adding metadata to mapred output files

     [ https://issues.apache.org/jira/browse/AVRO-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated AVRO-586:
------------------------------

    Attachment: AVRO-586.patch

Here's a slightly simpler version.  Does this work for you Ken?

I used URLEncoding for binary data in a JobConf, rather than base64, to avoid adding a dependency and avoid creating the intermediate maps.  The public API's identical, however.

> 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
>             Fix For: 1.4.0
>
>         Attachments: AVRO-586.patch, 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.