[
https://issues.apache.org/jira/browse/AMBARI-19685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15836669#comment-15836669
]
Hadoop QA commented on AMBARI-19685:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12849157/AMBARI-19685.2.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 7 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/10232//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/10232//console
This message is automatically generated.
> 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.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)