1. Configuring Your Cluster for Tez View
When you deploy a cluster with Ambari, a Tez View instance is automatically created. However, you must verify that the configurations listed in the following table have been correctly set.
If you have manually deployed your cluster, you must set the properties listed in the following table to configure your cluster before you create the Tez View on your standalone Ambari server.
To configure your cluster for the Tez View:
Confirm the following configurations are set:
Table 5.1. Cluster Configurations for Tez View
Component
Configuration
Property
Comments
YARN
yarn-site.xml
yarn.resourcemanager. system-metrics-publisher.enabled
Enable the generic history service in the Timeline Server. Verify that this property is set to
true
.YARN
yarn-site.xml
yarn.timeline-service.enabled
Enable the Timeline Server for logging details. Verify that this property is set to
true
.YARN
yarn-site.xml
yarn.timeline-service.webapp.address
Value must be the
IP:PORT
on which the Timeline Server is running.If you changed any settings, you must restart the YARN ResourceManager and the Timeline Server for your changes to take effect.
Important | |
---|---|
If you do not need to reconfigure the Ambari-created Tez View, see Using the Tez View. |