What I meant in this question is put the processed result of the reduce task in something like /dev/null. How can I do that?
On Thu, Jun 2, 2011 at 11:07 AM, Pedro Costa <psdc1...@gmail.com> wrote: > Hi, > > I'm running an mapreduce example, and I want to run all the map reduce > phases but I don't want to save in the disk the result of the reduce > tasks. Is there a way to tell hadoop not to save the output of the > reduce tasks? > > > Thanks, > --