-
- Downloads
SPARK-1654 and SPARK-1653: Fixes in spark-submit.
Deals with two issues: 1. Spark shell didn't correctly pass quoted arguments to spark-submit. ```./bin/spark-shell --driver-java-options "-Dfoo=f -Dbar=b"``` 2. Spark submit used deprecated environment variables (SPARK_CLASSPATH) which triggered warnings. Now we use new, more narrowly scoped, variables. Author: Patrick Wendell <pwendell@gmail.com> Closes #576 from pwendell/spark-submit and squashes the following commits: 67004c9 [Patrick Wendell] SPARK-1654 and SPARK-1653: Fixes in spark-submit.
Showing
- bin/compute-classpath.sh 1 addition, 1 deletionbin/compute-classpath.sh
- bin/spark-class 5 additions, 4 deletionsbin/spark-class
- bin/spark-shell 5 additions, 6 deletionsbin/spark-shell
- bin/spark-submit 3 additions, 3 deletionsbin/spark-submit
- core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala 3 additions, 1 deletion.../scala/org/apache/spark/deploy/SparkSubmitArguments.scala
Loading
Please register or sign in to comment