AMBARI-20174. Atlas client install fails with blueprint (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6eb02d0b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6eb02d0b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6eb02d0b Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 6eb02d0b23c03b1fcebd0fa8d23cc476b3a8bdfa Parents: 5f53054 Author: Andrew Onishuk <[email protected]> Authored: Thu Mar 16 15:25:40 2017 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Thu Mar 16 15:25:40 2017 +0200 ---------------------------------------------------------------------- .../resources/common-services/ATLAS/0.7.0.2.5/metainfo.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6eb02d0b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/metainfo.xml b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/metainfo.xml index 9fe8507..f12ccde 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/metainfo.xml @@ -36,6 +36,13 @@ <enabled>true</enabled> </auto-deploy> </dependency> + <dependency> + <name>KAFKA/KAFKA_BROKER</name> + <scope>cluster</scope> + <auto-deploy> + <enabled>true</enabled> + </auto-deploy> + </dependency> </dependencies> </component>
