[ https://issues.apache.org/jira/browse/AMBARI-13648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Saisai Shao updated AMBARI-13648: --------------------------------- Attachment: 0001-Fix-incorrect-SPARK_CONF_DIR-definition.patch > 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)