-
- Downloads
[SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in Windows
Modified not to pollute environment variables. Just moved the main logic into `XXX2.cmd` from `XXX.cmd`, and call `XXX2.cmd` with cmd command in `XXX.cmd`. `pyspark.cmd` and `spark-class.cmd` are already using the same way, but `spark-shell.cmd`, `spark-submit.cmd` and `/python/docs/make.bat` are not. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #2797 from tsudukim/feature/SPARK-3943 and squashes the following commits: b397a7d [Masayoshi TSUZUKI] [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in Windows
Showing
- bin/spark-shell.cmd 3 additions, 2 deletionsbin/spark-shell.cmd
- bin/spark-shell2.cmd 22 additions, 0 deletionsbin/spark-shell2.cmd
- bin/spark-submit.cmd 3 additions, 48 deletionsbin/spark-submit.cmd
- bin/spark-submit2.cmd 68 additions, 0 deletionsbin/spark-submit2.cmd
- python/docs/make.bat 3 additions, 239 deletionspython/docs/make.bat
- python/docs/make2.bat 243 additions, 0 deletionspython/docs/make2.bat
bin/spark-shell2.cmd
0 → 100644
bin/spark-submit2.cmd
0 → 100644
python/docs/make2.bat
0 → 100644
Please register or sign in to comment