Skip to content
Snippets Groups Projects
  • Masayoshi TSUZUKI's avatar
    66af8e25
    [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in Windows · 66af8e25
    Masayoshi TSUZUKI authored
    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
    66af8e25
    History
    [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in Windows
    Masayoshi TSUZUKI authored
    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
spark-submit.cmd 1010 B