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 Kasi Subrahmanyam <ka...@gmail.com> on 2012/07/23 11:51:19 UTC

output File of reducer

Hi i want the reducer output file to be generated based on the key input to
the reducer.
I tried the MultipleOUtputFormat of text and sequence where the output file
name is based on the output key of the reducer.

I want it to be based on the input key to the reducer.
Can it be done?


Thanks,
Subbu