You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Matt (JIRA)" <ji...@apache.org> on 2016/01/07 07:00:43 UTC

[jira] [Commented] (AMBARI-14557) Stack advisor recommendations for SPARK use incorrect logic

    [ https://issues.apache.org/jira/browse/AMBARI-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15086868#comment-15086868 ] 

Matt commented on AMBARI-14557:
-------------------------------

[~zjffdu] Would you like to take a look at this?

> Stack advisor recommendations for SPARK use incorrect logic
> -----------------------------------------------------------
>
>                 Key: AMBARI-14557
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14557
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: trunk
>            Reporter: Lav Jain
>            Priority: Minor
>
> In PHD33StackAdvisor.getComponentLayoutValidations routine, SPARK_THRIFTSERVER and HIVE_SERVER should be components (not services).
> {code}
>     if "SPARK_THRIFTSERVER" in [service["StackServices"]["service_name"] for service in services["services"]]:
>       if not "HIVE_SERVER" in [service["StackServices"]["service_name"] for service in services["services"]]:
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)