2.1. Deploying the Jobs View

Refer to the Ambari Administration guide for general information about Managing Views.

  1. From the Ambari Administration interface, browse to the Views section.

  2. Click to expand the Jobs view and click Create Instance.

  3. Enter the instance name, the display name and description.

  4. Enter the configuration properties for your cluster.

    Property

    Description

    Example

    yarn.ats.url (required)

    The URL to the YARN Application Timeline Server, used to provide Tez information. Typically this is the yarn.timeline-service.webapp.address property in the yarn-site.xml configuration. URL must be accessible from Ambari Server host.

    http://yarn.timeline-service.hostname:8188

    yarn.resourcemanager.url (required)

    The URL to the YARN ResourceManager, used to provide YARN Application data. Typically this is the yarn.resourcemanager.webapp.address property in the yarn-site.xml configuration. URL must be accessible from Ambari Server host.

    http://yarn.timeline-service.hostname:8088

  5. Save the view.

[Note]Note

If your cluster is configured for Kerberos, you must set up the Ambari Server for Kerberos to provide the Jobs view access to the ATS component. For more information, see Set Up Kerberos for Ambari Server in the Ambari Security Guide.


loading table of contents...