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. -- Thanks, Vibhooti
