nerdexam
Cloudera

CCD-333 · Question #26

What happens in a MapReduce job when you set the number of reducers to one?

The correct answer is C. Setting the number of reducers to one creates a processing bottleneck, and since the number. See the full explanation below for the reasoning.

Question

What happens in a MapReduce job when you set the number of reducers to one?

Options

  • AA single reducer gathers and processes all the output from all the mappers. The output is
  • BA single reducer gathers and processes all the output from all the mappers. The output is
  • CSetting the number of reducers to one creates a processing bottleneck, and since the number
  • DSetting the number of reducers to one is invalid, and an exception is thrown.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    15% (4)
  • C
    73% (19)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full CCD-333 Practice