You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Saptarshi Guha <sa...@gmail.com> on 2008/12/24 04:06:47 UTC

A question about MultipleOutputFormat

Hello,
MultipleOutputFormat is a very good idea. Thanks. I have a question,
from the web page ,
"The reducer wants to write data to different files depending on the
actual keys" .. and values.
Examining, TestMultipleTextOutputFormat,

class KeyBasedMultipleTextOutputFormat extends
MultipleTextOutputFormat<Text, Text>

In my implementation, will the key and value classes be the same as
the ones given to the Reduce? or the Map?

Thank you
Saptarshi

-- 
Saptarshi Guha - saptarshi.guha@gmail.com