Browse Source

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

Yusaku Sako 9 years ago
parent
commit
b72032b5ce
1 changed files with 3 additions and 3 deletions
  1. 3 3
      contrib/views/hive/src/main/resources/view.xml

+ 3 - 3
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>