-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55865/
-----------------------------------------------------------
(Updated Jan. 24, 2017, 12:16 a.m.)
Review request for Ambari, Jayush Luniya, Sumit Mohanty, and Yusaku Sako.
Bugs: AMBARI-19685
https://issues.apache.org/jira/browse/AMBARI-19685
Repository: ambari
Description
-------
* 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:
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>
* 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
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/api/services/stackadvisor/commands/StackAdvisorCommand.java
adcb5b5
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackDependencyResourceProvider.java
5fc5f52
ambari-server/src/main/java/org/apache/ambari/server/state/DependencyConditionInfo.java
5d9358c
ambari-server/src/main/resources/properties.json 698b6c5
ambari-server/src/main/resources/stacks/stack_advisor.py ad3b510
ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py
ff25512
Diff: https://reviews.apache.org/r/55865/diff/
Testing (updated)
-------
Tested installer and Add Service wizard to work with the patch as expected.
snapshots attached to the reviewboard of the UI impact
Verfiied that related ambari-server (java/python) unit test passes with the
patch
File Attachments
----------------
Validation error
https://reviews.apache.org/media/uploaded/files/2017/01/24/6fcfa745-e340-4373-919e-5b806749d50f__Validation_error.png
Validation error cluster scope
https://reviews.apache.org/media/uploaded/files/2017/01/24/99862028-b2e2-4994-8c11-7322f204b18c__Validation_error_cluster_scope.png
Validation error host scope
https://reviews.apache.org/media/uploaded/files/2017/01/24/c942ca85-6c5a-4ed0-beee-f0ce16b91532__Validation_error_host_scope.png
Thanks,
Jaimin Jetly