I am using the following to set my number of reduce tasks, however when I
run my job it's always using just 1 reducer.

conf.setInt("mapred.reduce.tasks", 20);

1 reducer will never finish this job. Please help me to understand why the
setting I choose is not used.

Thanks,
-M@

Reply via email to