Repository: ambari Updated Branches: refs/heads/trunk 9a4d1b107 -> ba6482fad
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/ba6482fa Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ba6482fa Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ba6482fa Branch: refs/heads/trunk Commit: ba6482fadb5dbb4d193a326e1a9ac3d8485b0d43 Parents: 9a4d1b1 Author: Sumit Mohanty <[email protected]> Authored: Fri Aug 12 11:26:59 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Fri Aug 12 11:41:48 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/ba6482fa/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 962e879..0c49209 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>
