Repository: ambari Updated Branches: refs/heads/branch-2.5 5f63b67a5 -> 97291a68b
AMBARI-19526 : Ambari should mark oozie servers to be restarted when atlas hook configs or jars change (Vishal Suvagia via mugdha) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/97291a68 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/97291a68 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/97291a68 Branch: refs/heads/branch-2.5 Commit: 97291a68be42bc10292f4e836bf300b55a09af88 Parents: 5f63b67 Author: Vishal Suvagia <[email protected]> Authored: Fri Jan 13 20:45:02 2017 +0530 Committer: Mugdha Varadkar <[email protected]> Committed: Mon Jan 16 11:07:26 2017 +0530 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/97291a68/ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml index 6392ed4..19b8bae 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/OOZIE/metainfo.xml @@ -21,6 +21,9 @@ <service> <name>OOZIE</name> <version>4.2.0.2.6</version> + <configuration-dependencies> + <config-type>application-properties</config-type> + </configuration-dependencies> </service> </services> </metainfo>
