August 2015
Intermediate to advanced
278 pages
5h 54m
English
YARN NodeManager APIs allow the user or administrator to obtain the node resource metrics, health status of the node, list of applications and containers associated with that node, and so on. The default port for NodeManager's web application is 8042. An administrator can configure the web application address using the yarn.nodemanager.webapp.address property in the yarn-site.xml file.
NodeManager REST APIs can be grouped as:
This API provides metadata about the node, which includes the version of the NodeManager service, host name, node status, resource utilization, and more:
http://<NM Http Address:Port>/ws/v1/node/infoRead now
Unlock full access