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

[20/32] ambari git commit: AMBARI-13289. Fix config dependencies for Hive components.(vbrodetskyi)

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/ade3dfb0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ade3dfb0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ade3dfb0

Branch: refs/heads/branch-dev-patch-upgrade
Commit: ade3dfb06b3ec3ece6985f4dbf7c03541cdbba61
Parents: 13ffc4d
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Fri Oct 2 10:34:06 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Fri Oct 2 10:34:06 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/ade3dfb0/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/ade3dfb0/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>