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/10/28 20:45:01 UTC

ambari git commit: AMBARI-13592. Create auto instance of Hive View similar to Tez and YARN views. (Dipayan Bhowmick via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk bb5b77c5f -> b72032b5c


AMBARI-13592. Create auto instance of Hive View similar to Tez and YARN views. (Dipayan Bhowmick via yusaku)


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

Branch: refs/heads/trunk
Commit: b72032b5ce26df917d9d86583cce49f1250e5d36
Parents: bb5b77c
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Oct 28 12:43:11 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Oct 28 12:44:55 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/b72032b5/contrib/views/hive/src/main/resources/view.xml
----------------------------------------------------------------------
diff --git a/contrib/views/hive/src/main/resources/view.xml b/contrib/views/hive/src/main/resources/view.xml
index 710d077..fdc32d7 100644
--- a/contrib/views/hive/src/main/resources/view.xml
+++ b/contrib/views/hive/src/main/resources/view.xml
@@ -297,12 +297,12 @@
     </persistence>
 
     <auto-instance>
-        <name>AUTO_INSTANCE</name>
-        <label>Auto Create instance for the Hive view</label>
+        <name>AUTO_HIVE_INSTANCE</name>
+        <label>Hive View</label>
         <description>This view instance is auto created when the Hive service is added to a cluster.</description>
         <stack-id>HDP-2.*</stack-id>
         <services>
-           <service>Hive</service>
+            <service>HIVE</service>
         </services>
     </auto-instance>
 </view>