MCQOPTIONS
Saved Bookmarks
| 1. |
The number of reduces for the job is set by the user via _________ |
| A. | JobConf.setNumTasks(int) |
| B. | JobConf.setNumReduceTasks(int) |
| C. | JobConf.setNumMapTasks(int) |
| D. | All of the mentioned |
| Answer» C. JobConf.setNumMapTasks(int) | |