Parcourir la source

AMBARI-13648. Fix incorrect SPARK_CONF_DIR in Ambari stack definition (Saisai Shao via smohanty)

Sumit Mohanty il y a 9 ans
Parent
commit
745036ebb5

+ 1 - 1
ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml

@@ -70,7 +70,7 @@
 # Generic options for the daemons used in the standalone deploy mode
 
 # Alternate conf dir. (Default: ${SPARK_HOME}/conf)
-export SPARK_CONF_DIR=${SPARK_HOME:-{{spark_home}}}/conf
+export SPARK_CONF_DIR=${SPARK_CONF_DIR:-{{spark_home}}/conf}
 
 # Where log files are stored.(Default:${SPARK_HOME}/logs)
 #export SPARK_LOG_DIR=${SPARK_HOME:-{{spark_home}}}/logs