nerdexam
Cloudera

CCD-333 · Question #27

In the standard word count MapReduce algorithm, why might using a combiner reduce the overall Job running time?

The correct answer is A. Because combiners perform local aggregation of word counts, thereby allowing the mappers. See the full explanation below for the reasoning.

Question

In the standard word count MapReduce algorithm, why might using a combiner reduce the overall Job running time?

Options

  • ABecause combiners perform local aggregation of word counts, thereby allowing the mappers
  • BBecause combiners perform local aggregation of word counts, thereby reducing the number
  • CBecause combiners perform local aggregation of word counts, and then transfer that data to
  • DBecause combiners perform local aggregation of word counts, thereby reducing the number

How the community answered

(49 responses)
  • A
    73% (36)
  • B
    4% (2)
  • C
    14% (7)
  • D
    8% (4)

Community Discussion

No community discussion yet for this question.

Full CCD-333 Practice