YARN ResourceManager

From GM-RKB
Revision as of 22:52, 23 March 2018 by Gmelli (talk | contribs) (Created page with "A YARN ResourceManager is a cluster resource manager within YARN. * <B>See:</B> EMR Master Node. ---- ---- == References == === 2017 === * https://hortonworks...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A YARN ResourceManager is a cluster resource manager within YARN.



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.