浏览代码

AMBARI-16194. Changing and saving the llap percentage slider does not trigger any notifications to restart Hive interactive. (jaimin)

Jaimin Jetly 9 年之前
父节点
当前提交
a5945c9f4f

+ 1 - 0
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml

@@ -338,6 +338,7 @@
         <config-type>hive-env</config-type>
         <!-- TODO, hive-interactive-site shouldn't be in common-services. -->
         <config-type>hive-interactive-site</config-type>
+        <config-type>hive-interactive-env</config-type>
         <config-type>hivemetastore-site.xml</config-type>
         <config-type>webhcat-site</config-type>
         <config-type>webhcat-env</config-type>

+ 1 - 0
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/metainfo.xml

@@ -110,6 +110,7 @@
           <configuration-dependencies>
             <config-type>hive-site</config-type>
             <config-type>hive-interactive-site</config-type>
+            <config-type>hive-interactive-env</config-type>
           </configuration-dependencies>
         </component>
       </components>