Repository: ambari Updated Branches: refs/heads/branch-2.5 d15c61095 -> 2b1b10aa8 refs/heads/trunk b7b21c24c -> 5f62d3f56
AMBARI-19463. Oozie Restart is not prompted on changing core-site.xml (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5f62d3f5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5f62d3f5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5f62d3f5 Branch: refs/heads/trunk Commit: 5f62d3f56d1cfe618d1c6132f4a0186b28083426 Parents: b7b21c2 Author: Andrew Onishuk <[email protected]> Authored: Wed Jan 11 15:59:57 2017 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Wed Jan 11 15:59:57 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml | 1 + .../src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5f62d3f5/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml index 4d46d74..d818074 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml @@ -177,6 +177,7 @@ <config-type>hive-site</config-type> <config-type>tez-site</config-type> <config-type>mapred-site</config-type> + <config-type>core-site</config-type> </configuration-dependencies> <quickLinksConfigurations> http://git-wip-us.apache.org/repos/asf/ambari/blob/5f62d3f5/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml index eab7ae0..cb161e8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml @@ -65,6 +65,7 @@ <config-type>oozie-env</config-type> <config-type>oozie-log4j</config-type> <config-type>yarn-site</config-type> + <config-type>core-site</config-type> </configuration-dependencies> </service> </services>
