Repository: ambari
Updated Branches:
  refs/heads/trunk e8f7aa1e5 -> c654952bd


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


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

Branch: refs/heads/trunk
Commit: c654952bdac0b4806b509680ea80ff6d31fbecfb
Parents: e8f7aa1
Author: Mahadev Konar <[email protected]>
Authored: Mon Mar 17 15:52:45 2014 -0700
Committer: Mahadev Konar <[email protected]>
Committed: Mon Mar 17 15:52:53 2014 -0700

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml  | 3 +++
 .../main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml  | 5 +++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c654952b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml
index 673fe66..28b4499 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/metainfo.xml
+++ 
b/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>

http://git-wip-us.apache.org/repos/asf/ambari/blob/c654952b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
index 6313924..ecd7592 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
+++ 
b/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>

Reply via email to