You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Mapred Learn <ma...@gmail.com> on 2011/06/08 19:07:44 UTC

how to add metadata to a sequence file output format in a map-red job

Hi,
I am runnnig a map-red job, basically a map only job. I want to add metadata
to every sequence file that is created as output.

How can I do it ?

I know that when you manually create a seq file writer you can add metadata
as key,value pairs to it, but how can we do it in a map-red job ?


Thanks in advance,
-JJ