nerdexam
Cloudera

CCD-410 · Question #4

Identify the MapReduce v2 (MRv2 / YARN) daemon responsible for launching application containers and monitoring application resource usage?

The correct answer is B. NodeManager. Nodemanager is launching the containers themselves. The container can be an ApplicationMaster or a child. AM is only asking other nodes' Nodemanager to launch the taskattempts, but it e.g. cannot directly monitor their resource usage…

Hadoop Ecosystem Fundamentals

Question

Identify the MapReduce v2 (MRv2 / YARN) daemon responsible for launching application containers and monitoring application resource usage?

Options

  • AResourceManager
  • BNodeManager
  • CApplicationMaster
  • DApplicationMasterService
  • ETaskTracker
  • FJobTracker

How the community answered

(20 responses)
  • B
    80% (16)
  • C
    5% (1)
  • E
    10% (2)
  • F
    5% (1)

Explanation

Nodemanager is launching the containers themselves. The container can be an ApplicationMaster or a child. AM is only asking other nodes' Nodemanager to launch the taskattempts, but it e.g. cannot directly monitor their resource usage. phpapp02/95/hadoop-tutorial-mapreduce-part-6-job-execution-on-yarn-8-638.jpg

Topics

#YARN#NodeManager#application containers#resource monitoring

Community Discussion

No community discussion yet for this question.

Full CCD-410 Practice