Repository: ambari
Updated Branches:
  refs/heads/trunk ca7732a9f -> 59ff41558


Revert "AMBARI-13584: Ambari stack definition for Spark has incorrect value for 
SPARK_CONF_DIR (Ram Venkatesh via jluniya)"

This reverts commit f2ce9db943d3eedbf7c47331c21e7e2a131415b5.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/59ff4155
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/59ff4155
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/59ff4155

Branch: refs/heads/trunk
Commit: 59ff41558d7f459e1433fc3288875179dc031d3c
Parents: ca7732a
Author: Jayush Luniya <[email protected]>
Authored: Thu Oct 29 08:02:31 2015 -0700
Committer: Jayush Luniya <[email protected]>
Committed: Thu Oct 29 08:02:31 2015 -0700

----------------------------------------------------------------------
 .../common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/59ff4155/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
 
b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
index 85dfa38..4d30253 100644
--- 
a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/configuration/spark-env.xml
+++ 
b/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_CONF_DIR:-{{spark_home}}}/conf
+export SPARK_CONF_DIR=${SPARK_HOME:-{{spark_home}}}/conf
 
 # Where log files are stored.(Default:${SPARK_HOME}/logs)
 #export SPARK_LOG_DIR=${SPARK_HOME:-{{spark_home}}}/logs

Reply via email to