-
- Downloads
SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIR
Update of PR #997. With this PR, setting SPARK_CONF_DIR overrides SPARK_HOME/conf (not only spark-defaults.conf and spark-env). Author: EugenCepoi <cepoi.eugen@gmail.com> Closes #2481 from EugenCepoi/SPARK-2058 and squashes the following commits: 0bb32c2 [EugenCepoi] use orElse orNull and fixing trailing percent in compute-classpath.cmd 77f35d7 [EugenCepoi] SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIR
Showing
- bin/compute-classpath.cmd 7 additions, 1 deletionbin/compute-classpath.cmd
- bin/compute-classpath.sh 7 additions, 1 deletionbin/compute-classpath.sh
- core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala 17 additions, 25 deletions.../scala/org/apache/spark/deploy/SparkSubmitArguments.scala
- core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala 33 additions, 1 deletion...test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
- docs/configuration.md 7 additions, 0 deletionsdocs/configuration.md
Loading
Please register or sign in to comment