On Tue, 05 Jul 2011 08:09:16 -0700, Mark <[email protected]> wrote: > Is there anyway I can write out the results of my mapreduce job into 1 > local file... ie the opposite of getmerge?
I don't know about writing directly to the local filesystem, but if you specify a single reducer you should get only one output file, which your Tool can then copy to the local filesystem wherever you want it.
