Repository: ambari Updated Branches: refs/heads/branch-2.6 bf8f79fee -> 95e5c9870 refs/heads/trunk 976153f96 -> ec3f1e4dc
AMBARI-22332 Falcon Service check failed during cluster deploy (dgrinenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/95e5c987 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/95e5c987 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/95e5c987 Branch: refs/heads/branch-2.6 Commit: 95e5c987035896faab71b48847b1da662f35cb9f Parents: bf8f79f Author: Dmytro Grinenko <[email protected]> Authored: Tue Nov 7 08:11:09 2017 +0200 Committer: Dmytro Grinenko <[email protected]> Committed: Tue Nov 7 08:11:09 2017 +0200 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/95e5c987/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml index 79296c3..1066f6c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml @@ -30,7 +30,7 @@ <name>falcon_${stack_version}</name> </package> <package> - <name>atlas-metadata_${stack_version}-hive-plugin</name> + <name>atlas-metadata_${stack_version}-falcon-plugin</name> <condition>should_install_falcon_atlas_hook</condition> </package> </packages> @@ -42,7 +42,7 @@ <name>falcon-${stack_version}</name> </package> <package> - <name>atlas-metadata-${stack_version}-hive-plugin</name> + <name>atlas-metadata-${stack_version}-falcon-plugin</name> <condition>should_install_falcon_atlas_hook</condition> </package> </packages>
