[ 
https://issues.apache.org/jira/browse/AMBARI-13648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yusaku Sako reassigned AMBARI-13648:
------------------------------------

    Assignee: Saisai Shao

> 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
>            Assignee: Saisai Shao
>             Fix For: 2.2.0
>
>         Attachments: AMBARI-13648.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.4.14#64029)

Reply via email to