Reputation: 59
In YARN, which is of the following daemons takes care of the container and the resource utilization by the applications?
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
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