[GitHub] spark pull request #17861: Remove excess quotes in Windows executable

2017-05-04 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17861#discussion_r114934079 --- Diff: bin/spark-class2.cmd --- @@ -64,7 +64,7 @@ if not "x%JAVA_HOME%"=="x" ( rem The launcher library prints the command to be executed in a

[GitHub] spark pull request #17861: Remove excess quotes in Windows executable

2017-05-04 Thread jarrettmeyer
GitHub user jarrettmeyer opened a pull request: https://github.com/apache/spark/pull/17861 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