nerdexam
Cloudera

CCD-333 · Question #12

The Hadoop framework provides a mechanism for coping with machine issues such as faulty configuration or impending hardware failure. MapReduce detects that one or a number of machines are performing p

The correct answer is E. Speculative Execution. See the full explanation below for the reasoning.

Question

The Hadoop framework provides a mechanism for coping with machine issues such as faulty configuration or impending hardware failure. MapReduce detects that one or a number of machines are performing poorly and starts more copies of a map or reduce task. All the tasks run simultaneously and the task that finish first are used. This is called:

Options

  • ACombiner
  • BIdentityMapper
  • CIdentityReducer
  • DDefault Partitioner
  • ESpeculative Execution

How the community answered

(49 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    8% (4)
  • D
    14% (7)
  • E
    71% (35)

Community Discussion

No community discussion yet for this question.

Full CCD-333 Practice