AMBARI-649. Fix Tez view version (sree)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5bc9a81f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5bc9a81f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5bc9a81f Branch: refs/heads/AMBARI-2.4.0.2 Commit: 5bc9a81f70f025bec58218854b140247cedb55a9 Parents: 8076338 Author: Sreenath Somarajapuram <[email protected]> Authored: Thu Sep 8 12:12:06 2016 +0530 Committer: Sreenath Somarajapuram <[email protected]> Committed: Thu Sep 8 12:12:06 2016 +0530 ---------------------------------------------------------------------- contrib/views/tez/src/main/resources/view.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5bc9a81f/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 2bb2bb0..cba10ff 100644 --- a/contrib/views/tez/src/main/resources/view.xml +++ b/contrib/views/tez/src/main/resources/view.xml @@ -17,9 +17,9 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt <view> <name>TEZ</name> <label>Tez View</label> - <version>${tez.view.version}</version> + <version>1.0.0</version> <build>${env.BUILD_NUMBER}</build> - <description>Ambari view for Apache Tez</description> + <description>Ambari view for Apache Tez. View version: ${tez.view.version}</description> <parameter> <name>yarn.ats.url</name> @@ -86,7 +86,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt <auto-instance> <name>TEZ_CLUSTER_INSTANCE</name> <label>Tez View</label> - <description>Monitor and debug all Tez jobs, submitted by Hive queries and Pig scripts (auto-created)</description> + <description>View version: ${tez.view.version}. 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>
