[
https://issues.apache.org/jira/browse/AMBARI-19685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838610#comment-15838610
]
Hudson commented on AMBARI-19685:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6548 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6548/])
AMBARI-19685. Stack advisor needs to enforce component dependency for (jaimin:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c00399c8505212086c8d7d2deffcc5df74d4e770])
* (edit)
ambari-server/src/test/python/common-services/configs/services-standby_ambari_colo-3-hosts.json
* (edit)
ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
* (edit) ambari-server/src/test/python/stacks/2.3/common/services-sparkts.json
* (edit)
ambari-server/src/test/python/common-services/configs/services-master_standby_colo-3-hosts.json
* (edit)
ambari-server/src/test/python/common-services/configs/services-normal-nohawq-3-hosts.json
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommand.java
* (edit) ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py
* (edit)
ambari-server/src/test/python/common-services/configs/services-master_ambari_colo-3-hosts.json
* (edit) ambari-server/src/main/resources/properties.json
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/DependencyConditionInfo.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackDependencyResourceProvider.java
* (edit) ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py
* (edit)
ambari-server/src/test/python/stacks/2.5/common/services-normal-his-2-hosts.json
* (edit)
ambari-server/src/test/python/stacks/2.3/common/services-sparkts-hive.json
* (edit)
ambari-server/src/test/python/common-services/configs/services-normal-hawq-3-hosts.json
* (edit) ambari-server/src/main/resources/stacks/stack_advisor.py
> Stack advisor needs to enforce component dependency for slaves and masters
> --------------------------------------------------------------------------
>
> Key: AMBARI-19685
> URL: https://issues.apache.org/jira/browse/AMBARI-19685
> Project: Ambari
> Issue Type: Task
> Components: ambari-sever
> Affects Versions: 2.5.0
> Reporter: Jaimin Jetly
> Assignee: Jaimin Jetly
> Fix For: 3.0.0
>
> Attachments: AMBARI-19685.2.patch, AMBARI-19685.3.patch,
> AMBARI-19685.4.patch, AMBARI-19685.patch
>
>
> * Install Ambari cluster with latest trunk bits
> * Modify
> /var/lib/ambari-server/resources/common-services/ZEPPELIN/0.6.0.2.5/metainfo.xml
> to add the following:
> {noformat}
> Add to <dependencies> node of ZEPPELIN_MASTER:
> <dependency>
> <name>SPARK/LIVY_SERVER</name>
> <scope>host</scope>
> </dependency>
> Add to <service> node:
> <requiredServices>
> <service>SPARK</service>
> </requiredServices>
> {noformat}
> * Install HDP 2.5.3 cluster with Spark
> * Once the cluster is installed, use Add Service Wizard to add Zeppelin
> * Assign Slaves and Clients step should appear (without the metainfo.xml
> change, it will be skipped)
> * The user should not be able to proceed beyond this page unless at least one
> Livy Server is selected <- this validation should be handled by the stack
> advisor
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)