I'm new to Hadoop and I want to limit the number of reduce jobs in my application.
In the cluster, the maximum number of reduce jobs is 120. But, I don't want to use all of them, because my application doesn't need that many number of reduce jobs.
I tried the solution below, but it didn't change anything . My application still uses 120 reduce jobs.
How can I set the number of reduce jobs?
Thanks for your response.