nerdexam
Cloudera

CCA-410 · Question #13

On a cluster running MapReduce v1 (MRv1), the value of the mapred.tasktracker.map.tasks.maximum configuration parameter in the mapred-site.xml file should be set to:

The correct answer is B. The maximum number of Map tasks can run simultaneously on an individual node. mapred.tasktracker.map.tasks.maximum Range: 1/2 (cores/node) to 2 (cores/node) Description: Number of map tasks to deploy on each machine.

Requirements Analysis and Design Definition

Question

On a cluster running MapReduce v1 (MRv1), the value of the mapred.tasktracker.map.tasks.maximum configuration parameter in the mapred-site.xml file should be set to:

Options

  • AHalf the number of the maximum number of Reduce tasks which can run simultaneously on an individual node.
  • BThe maximum number of Map tasks can run simultaneously on an individual node.
  • CThe same value on each slave node.
  • DThe maximum number of Map tasks which can run on the cluster as a whole.
  • EHalf the number of the maximum number of Reduce tasks which can run on the cluster as a whole.

How the community answered

(44 responses)
  • A
    11% (5)
  • B
    77% (34)
  • C
    5% (2)
  • D
    5% (2)
  • E
    2% (1)

Explanation

mapred.tasktracker.map.tasks.maximum Range: 1/2 * (cores/node) to 2 * (cores/node) Description: Number of map tasks to deploy on each machine.

Topics

#MapReduce v1#TaskTracker Configuration#mapred-site.xml#Map Task Slots

Community Discussion

No community discussion yet for this question.

Full CCA-410 Practice