Earlier someone asked a similar question. See
http://mail-archives.apache.org/mod_mbox/hadoop-core-user/200804.mbox/[EMAIL PROTECTED]
for the reply.
I dont think that the framework directly supports this.
Amar
Vibhooti Verma wrote:
Can we configure two(multiple) reduce for the same map, so that all key val
collected by one map goes to both and processing can be done on both
reduces. Idea is to do some different processing on same intermediate
key-value pair and write to two different files.
Or can we configure two output collectors so that we can write on two
different files?
Please reply if you know about any of them.