Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-20613] Remove excess quotes in Windows executable
## What changes were proposed in this pull request? Quotes are already added to the RUNNER variable on line 54. There is no need to put quotes on line 67. If you do, you will get an error when launching Spark. '""C:\Program' is not recognized as an internal or external command, operable program or batch file. ## How was this patch tested? Tested manually on Windows 10. Author: Jarrett Meyer <jarrettmeyer@gmail.com> Closes apache#17861 from jarrettmeyer/fix-windows-cmd.
- Loading branch information