You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/06/10 00:08:26 UTC

ambari git commit: AMBARI-11751. Tez UI: Default view.xml cleanup. (Sreenath Somarajapuram via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 7084cb798 -> 3ef169e02


AMBARI-11751. Tez UI: Default view.xml cleanup. (Sreenath Somarajapuram via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3ef169e0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3ef169e0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3ef169e0

Branch: refs/heads/trunk
Commit: 3ef169e020842fc01f614c8152939edd01684afe
Parents: 7084cb7
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Jun 9 15:07:55 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Jun 9 15:07:55 2015 -0700

----------------------------------------------------------------------
 contrib/views/tez/src/main/resources/view.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3ef169e0/contrib/views/tez/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/tez/src/main/resources/view.xml b/contrib/views/tez/src/main/resources/view.xml
index f446b16..81eaa6c 100644
--- a/contrib/views/tez/src/main/resources/view.xml
+++ b/contrib/views/tez/src/main/resources/view.xml
@@ -25,7 +25,6 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
     <description>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.</description>
     <label>YARN Timeline Server URL</label>
     <placeholder>yarn.timeline-service.hostname:8188</placeholder>
-    <default-value>localhost:8188</default-value>
     <cluster-config>yarn-site/yarn.timeline-service.webapp.address</cluster-config>
   </parameter>
   <parameter>
@@ -33,7 +32,6 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
     <description>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.</description>
     <label>YARN ResourceManager URL</label>
     <placeholder>yarn.resourcemanager.hostname:8088</placeholder>
-    <default-value>localhost:8088</default-value>
     <cluster-config>yarn-site/yarn.resourcemanager.webapp.address</cluster-config>
   </parameter>
 
@@ -53,8 +51,8 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
 
   <auto-instance>
     <name>TEZ_CLUSTER_INSTANCE</name>
-    <label>Tez View: Cluster Instance</label>
-    <description>This view instance is auto created when the Tez service is added to a cluster.</description>
+    <label>Tez View</label>
+    <description>Monitor and debug all Tez jobs, submitted by Hive queries and Pig scripts (auto-created)</description>
     <stack-id>HDP-2.*</stack-id>
     <services>
       <service>TEZ</service>