JJJ
JJJ

Reputation: 59

Yarn, node manager and resource manager

In YARN, which is of the following daemons takes care of the container and the resource utilization by the applications?

  1. Node Manager
  2. Job Tracker
  3. Task tracker
  4. Application Master
  5. Resource manager

I am confused for this , containers are taken care by node manager and resource utilization by applications is done by resource managers.

So the answer would be 1, 5.

Please correct me if I'm wrong. Please give the correct answer options.

Upvotes: 1

Views: 4773

Answers (1)

abhinav
abhinav

Reputation: 1282

All resource utilization on a particular node is taken care by Node Manager. Resource manager looks at overall cluster resource, and application manager manages progress of application.

Upvotes: 3

Related Questions