On Nov 7, 2006, at 5:48 AM, Feng Jiang wrote:
look at the code:job.setNumReduceTasks(1); // force a single reduce taskwhy? Is there any difficulty there to allow multiple reduce tasks?
There is not a good reason and a long standing bug to fix it: http://issues.apache.org/jira/browse/HADOOP-206Fixing it would allow a lot more of the framework code to be exercised in local runner mode.
-- Owen
