-
- Downloads
[SPARK-3167] Handle special driver configs in Windows
This is an effort to bring the Windows scripts up to speed after recent splashing changes in #1845. Author: Andrew Or <andrewor14@gmail.com> Closes #2129 from andrewor14/windows-config and squashes the following commits: 881a8f0 [Andrew Or] Add reference to Windows taskkill 92e6047 [Andrew Or] Update a few comments (minor) 22b1acd [Andrew Or] Fix style again (minor) afcffea [Andrew Or] Fix style (minor) 72004c2 [Andrew Or] Actually respect --driver-java-options 803218b [Andrew Or] Actually respect SPARK_*_CLASSPATH eeb34a0 [Andrew Or] Update outdated comment (minor) 35caecc [Andrew Or] In Windows, actually kill Java processes on exit f97daa2 [Andrew Or] Fix Windows spark shell stdin issue 83ebe60 [Andrew Or] Parse special driver configs in Windows (broken)
Showing
- bin/compute-classpath.cmd 2 additions, 1 deletionbin/compute-classpath.cmd
- bin/spark-class2.cmd 39 additions, 7 deletionsbin/spark-class2.cmd
- bin/spark-submit 1 addition, 1 deletionbin/spark-submit
- bin/spark-submit.cmd 23 additions, 11 deletionsbin/spark-submit.cmd
- core/src/main/scala/org/apache/spark/deploy/SparkSubmitDriverBootstrapper.scala 13 additions, 6 deletions...g/apache/spark/deploy/SparkSubmitDriverBootstrapper.scala
- python/pyspark/java_gateway.py 17 additions, 0 deletionspython/pyspark/java_gateway.py
bin/spark-class2.cmd
100755 → 100644
Please register or sign in to comment