Understanding NodeManager

The NodeManager node is the worker node for YARN and is responsible for updating the resource availability on a node to ResourceManager. It is also responsible for monitoring the health of a node and for executing containers for an application.

The following diagram shows various subcomponents of the NodeManager daemon followed by a detailed description of these subcomponents:

Understanding NodeManager

Status updates

The resource capability of a cluster is calculated as the sum of the capabilities of all NodeManager nodes. To utilize cluster resources efficiently, it is important to keep track of all resources across the cluster. NodeManager nodes ...

Get Learning YARN now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.