The ____ property in MapReduce allows for the customization of the number of Reduce tasks.

  • mapred.reduce.tasks
  • mapred.task.tasks
  • mapred.tasktracker.reduce.tasks
  • mapred.tasktracker.tasks
The mapred.reduce.tasks property in MapReduce allows for the customization of the number of Reduce tasks. This property can be set to control the parallelism of the Reduce phase based on the characteristics of the data and the cluster.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *