浏览代码

AMBARI-5092. HCat client does not require restart after changing configs. (Andrew Onischuk via mahadev)

Mahadev Konar 11 年之前
父节点
当前提交
c654952bda

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

@@ -188,7 +188,10 @@
       </commandScript>
 
       <configuration-dependencies>
+        <config-type>hive-site</config-type>
         <config-type>global</config-type>
+        <config-type>hive-log4j</config-type>
+        <config-type>hive-exec-log4j</config-type>
       </configuration-dependencies>
 
     </service>

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

@@ -197,6 +197,11 @@
         <scriptType>PYTHON</scriptType>
         <timeout>300</timeout>
       </commandScript>
+      <configuration-dependencies>
+        <config-type>hive-site</config-type>
+        <config-type>hive-log4j</config-type>
+        <config-type>hive-exec-log4j</config-type>
+      </configuration-dependencies>
     </service>
 
   </services>