NodeManager API’s.¶
-
class
yarn_api_client.node_manager.NodeManager(address=None, port=8042, timeout=30)¶ The NodeManager REST API’s allow the user to get status on the node and information about applications and containers running on that node.
-
node_application(application_id)¶ An application resource contains information about a particular application that was run or is running on this NodeManager.
-
node_applications(state=None, user=None)¶ With the Applications API, you can obtain a collection of resources, each of which represents an application.
-
node_container(container_id)¶ A container resource contains information about a particular container that is running on this NodeManager.
-
node_containers()¶ With the containers API, you can obtain a collection of resources, each of which represents a container.
-
node_information()¶ The node information resource provides overall information about that particular node.
-