YARN ResourceManager
Jump to navigation
Jump to search
A YARN ResourceManager is a cluster resource manager within YARN.
- See: EMR Master Node.
References
2017
- https://hortonworks.com/blog/apache-hadoop-yarn-resourcemanager/
- QUOTE: As previously described, ResourceManager (RM) is the master that arbitrates all the available cluster resources and thus helps manage the distributed applications running on the YARN system. It works together with the per-node NodeManagers (NMs) and the per-application ApplicationMasters (AMs).
- NodeManagers take instructions from the ResourceManager and manage resources available on a single node.
- ApplicationMasters are responsible for negotiating resources with the ResourceManager and for working with the NodeManagers to start the containers.
- QUOTE: As previously described, ResourceManager (RM) is the master that arbitrates all the available cluster resources and thus helps manage the distributed applications running on the YARN system. It works together with the per-node NodeManagers (NMs) and the per-application ApplicationMasters (AMs).