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/branch-dev-patch-upgrade Commit: d722e38114ae607d0d94d22c96330ae7fd4c1a4d Parents: e82d03c Author: Alex Antonenko <[email protected]> Authored: Tue Sep 13 15:19:22 2016 +0300 Committer: Alex Antonenko <[email protected]> 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>
