Repository: ambari Updated Branches: refs/heads/trunk ac843862d -> 56526a84f
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/56526a84 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/56526a84 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/56526a84 Branch: refs/heads/trunk Commit: 56526a84f6db8158efef489f0bea38a5da3b83e1 Parents: ac84386 Author: Vishal Suvagia <[email protected]> Authored: Fri Jan 13 20:45:02 2017 +0530 Committer: Mugdha Varadkar <[email protected]> Committed: Mon Jan 16 11:02:28 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/56526a84/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>
