You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Saisai Shao (JIRA)" <ji...@apache.org> on 2015/10/30 04:01:27 UTC

[jira] [Commented] (AMBARI-13648) Fix incorrect SPARK_CONF_DIR in Ambari stack definition

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

Saisai Shao commented on AMBARI-13648:
--------------------------------------

[~venkateshrin], [~jluniya], please help to review, thanks a lot.

> Fix incorrect SPARK_CONF_DIR in Ambari stack definition
> -------------------------------------------------------
>
>                 Key: AMBARI-13648
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13648
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: trunk
>            Reporter: Saisai Shao
>             Fix For: trunk
>
>         Attachments: 0001-Fix-incorrect-SPARK_CONF_DIR-definition.patch
>
>
> What AMBARI-13584 did is not correct:
> {code}
> export SPARK_CONF_DIR=${SPARK_CONF_DIR:-{{spark_home}}}/conf
> {code}
> Which will lead to failure start up of history server, we have to change to:
> {code}
> export SPARK_CONF_DIR=${SPARK_CONF_DIR:-{{spark_home}}/conf}
> {code}



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