Repository: ambari Updated Branches: refs/heads/branch-2.4 949b42f97 -> 4abaf2a1b
AMBARI-18136. Falcon service checks fail after RU from build to build upgrade for stack HDP-2.5 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4abaf2a1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4abaf2a1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4abaf2a1 Branch: refs/heads/branch-2.4 Commit: 4abaf2a1b4b6df62b1c080b02afc4a5b7fcb1841 Parents: 949b42f Author: Sumit Mohanty <[email protected]> Authored: Fri Aug 12 11:26:59 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Aug 12 12:01:36 2016 -0700 ---------------------------------------------------------------------- .../resources/common-services/FALCON/0.5.0.2.1/metainfo.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4abaf2a1/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml index a44aed5..cba7048 100644 --- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml @@ -61,6 +61,13 @@ <versionAdvertised>true</versionAdvertised> <dependencies> <dependency> + <name>HDFS/HDFS_CLIENT</name> + <scope>host</scope> + <auto-deploy> + <enabled>true</enabled> + </auto-deploy> + </dependency> + <dependency> <name>OOZIE/OOZIE_SERVER</name> <scope>cluster</scope> <auto-deploy>
