Cloudera
CCD-333 · Question #25
When is the reduce method first called in a MapReduce job?
The correct answer is C. Reducers start copying intermediate key-value pairs from each Mapper as soon as it has. See the full explanation below for the reasoning.
Question
When is the reduce method first called in a MapReduce job?
Options
- AReduce methods and map methods all start at the beginning of a job, in order to provide
- BReducers start copying intermediate key value pairs from each Mapper as soon as it has
- CReducers start copying intermediate key-value pairs from each Mapper as soon as it has
- DReducers start copying intermediate key-value pairs from each Mapper as soon as it has
How the community answered
(39 responses)- A13% (5)
- B10% (4)
- C72% (28)
- D5% (2)
Community Discussion
No community discussion yet for this question.