GitHub user tsudukim opened a pull request:
https://github.com/apache/spark/pull/2797
[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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tsudukim/spark feature/SPARK-3943
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2797.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2797
----
commit b397a7df5004bab26afd6f9650551dc8ed6af5f1
Author: Masayoshi TSUZUKI <[email protected]>
Date: 2014-10-14T11:02:23Z
[SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in
Windows
Modified not to pollute environment variables.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]