Repository: ambari Updated Branches: refs/heads/branch-2.5 c1f49b244 -> 7b4505354
AMBARI-18891. Oozie config not shown as stale upon changing DefaultFS. (stoader) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7b450535 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7b450535 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7b450535 Branch: refs/heads/branch-2.5 Commit: 7b45053549b8d3dc2cfc8cc4fee7683df075c585 Parents: c1f49b2 Author: Toader, Sebastian <[email protected]> Authored: Tue Nov 15 13:56:12 2016 +0100 Committer: Toader, Sebastian <[email protected]> Committed: Tue Nov 15 13:57:49 2016 +0100 ---------------------------------------------------------------------- .../src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7b450535/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml index 66d272a..8282240 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml @@ -164,6 +164,7 @@ <config-type>yarn-site</config-type> <config-type>hive-site</config-type> <config-type>tez-site</config-type> + <config-type>core-site</config-type> </configuration-dependencies> </service> </services>
