| eG Monitoring |
|---|
|
Measures reported by HdpNodMgrTest The Hadoop Yarn Node Manager is the per-machine/per-node framework agent who is responsible for containers, monitoring their resource usage and reporting the same to the ResourceManager. NodeManager also tracks the health of the node on which it is running, controls auxiliary services which different YARN applications may exploit at any point in time. NodeManager can execute any computations that make sense to ApplicationMaster just by creating the container for each task. The NodeManager runs services to determine the health of the node it is executing on. The services perform checks on the disk as well as any user specified tests. If any health check fails, the NodeManager marks the node as unhealthy and communicates this to the ResourceManager, which then stops assigning containers to the node. Communication of the node status is done as part of the heartbeat between the NodeManager and the ResourceManager. Based on the status reports received from the NodeManager, the ResourceManager schedules jobs and allocates resources to the nodes. Administrators need to be able to quickly spot unhealthy NodeManagers, so they can dig deep and figure out which health check failed and why. Administrators also need to ensure that the communication between the NodeManager and ResourceManager is alive at all times, as a break or delay in transmission of heartbeats can severely impair the ResourceManager's operations. This is where the HdpNodMgrTest test helps! This test monitors the NodeManagers running in a cluster and reports the count of managers in different states. The administrator is notified if even one manager is unhealthy, inactive, or incommunicado. The test further reveals the count of managers that have been and/or are being decommissioned, so that administrators can keep track of the progress of a cluster down-scaling exercise that they may have triggered. Outputs of the test : One set of the results for the Hadoop cluster being monitored The measures made by this test are as follows:
|