You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2016/09/13 12:42:16 UTC

ambari git commit: AMBARI-18373. After updating HDFS config, Ambari does not show restart required for hive. (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk e82d03c8a -> d722e3811


AMBARI-18373. After updating HDFS config, Ambari does not show restart required for hive.  (alexantonenko)


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

Branch: refs/heads/trunk
Commit: d722e38114ae607d0d94d22c96330ae7fd4c1a4d
Parents: e82d03c
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue Sep 13 15:19:22 2016 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Sep 13 15:42:12 2016 +0300

----------------------------------------------------------------------
 .../src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d722e381/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 5d8295a..1a3e2e3 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
@@ -333,6 +333,7 @@
       </requiredServices>
 
       <configuration-dependencies>
+        <config-type>core-site</config-type>
         <config-type>hive-log4j</config-type>
         <config-type>hive-exec-log4j</config-type>
         <config-type>hive-env</config-type>