You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/10/02 09:29:55 UTC

ambari git commit: AMBARI-13289. Fix config dependencies for Hive components.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 b35e4e047 -> 9003b9144


AMBARI-13289. Fix config dependencies for Hive components.(vbrodetskyi)


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

Branch: refs/heads/branch-2.1
Commit: 9003b91441cd152d821237f734ed875181b59220
Parents: b35e4e0
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Fri Oct 2 10:20:15 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Fri Oct 2 10:20:15 2015 +0300

----------------------------------------------------------------------
 .../resources/common-services/HIVE/0.12.0.2.0/metainfo.xml     | 6 +++---
 .../main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9003b914/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml
index 8a8abf9..ff8372d 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml
@@ -223,10 +223,10 @@
               <dictionaryName>hcat-env</dictionaryName>
             </configFile>
           </configFiles>
+          <configuration-dependencies>
+            <config-type>hive-site</config-type>
+          </configuration-dependencies>
         </component>
-        <configuration-dependencies>
-          <config-type>hive-site</config-type>
-        </configuration-dependencies>
       </components>
 
       <osSpecifics>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9003b914/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
index 6a0e979..d59b89e 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/metainfo.xml
@@ -46,6 +46,7 @@
           <cardinality>1+</cardinality>
           <configuration-dependencies>
               <config-type>hiveserver2-site</config-type>
+              <config-type>hive-site</config-type>
           </configuration-dependencies>
         </component>
         <component>