Search notes:

Resource manager

In a non-HA environemnt, there is one resource manager per cluster. It manages the resources within the cluster and executes services (such as the resource scheduler).
The resource manager schedules containers (which in turn are created, supervised and terminated by a node manager).

Services

The resource manager runs a few services, some of which are

Hostname

The hostname of the resource manager is configured by yarn.resourcemanager.hostname.

Web application

The web application can be contacted on http://${yarn.resourcemanager.webapp.address}/cluster

Index