Github user tsudukim commented on the pull request:
https://github.com/apache/spark/pull/10789#issuecomment-172741122
@JoshRosen Thank you for your involvement.
It seems a good fix, but it doesn't work for my environment because we
should fix more files to handle spaces properly.
For example, in `pyspark2.cmd` we should also fix these `call` lines
because %SPARK_HOME% contains space.
```
...(snip)...
call %SPARK_HOME%\bin\load-spark-env.cmd
...(snip)...
call %SPARK_HOME%\bin\spark-submit2.cmd pyspark-shell-main --name
"PySparkShell" %*
```
As this is just a example, there are many other codes that should be
double-quoted other than this.
---
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]