I have to implement the following map-->Reduce1-->Reduce 2 means the Reduce2 is a separate operation on output of Reduce 1. I want to get the values emitted by reduce 1 and same output key to come to Reduce2. How can I do so
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|