-
- Downloads
[SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has space in its path
escape spaces in the arguments. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #5447 from tsudukim/feature/SPARK-6568-2 and squashes the following commits: 3f9a188 [Masayoshi TSUZUKI] modified some errors. ed46047 [Masayoshi TSUZUKI] avoid scalastyle errors. 1784239 [Masayoshi TSUZUKI] removed Utils.formatPath. e03f289 [Masayoshi TSUZUKI] removed testWindows from Utils.resolveURI and Utils.resolveURIs. replaced SystemUtils.IS_OS_WINDOWS to Utils.isWindows. removed Utils.formatPath from PythonRunner.scala. 84c33d0 [Masayoshi TSUZUKI] - use resolveURI in nonLocalPaths - run tests for Windows path only on Windows 016128d [Masayoshi TSUZUKI] fixed to use File.toURI() 2c62e3b [Masayoshi TSUZUKI] Merge pull request #1 from sarutak/SPARK-6568-2 7019a8a [Masayoshi TSUZUKI] Merge branch 'master' of https://github.com/apache/spark into feature/SPARK-6568-2 45946ee [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into SPARK-6568-2 10f1c73 [Kousuke Saruta] Added a comment 93c3c40 [Kousuke Saruta] Merge branch 'classpath-handling-fix' of github.com:sarutak/spark into SPARK-6568-2 649da82 [Kousuke Saruta] Fix classpath handling c7ba6a7 [Masayoshi TSUZUKI] [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has space in its path
Showing
- core/src/main/scala/org/apache/spark/deploy/PythonRunner.scala 12 additions, 11 deletions...src/main/scala/org/apache/spark/deploy/PythonRunner.scala
- core/src/main/scala/org/apache/spark/util/Utils.scala 12 additions, 31 deletionscore/src/main/scala/org/apache/spark/util/Utils.scala
- core/src/test/scala/org/apache/spark/deploy/PythonRunnerSuite.scala 19 additions, 12 deletions...est/scala/org/apache/spark/deploy/PythonRunnerSuite.scala
- core/src/test/scala/org/apache/spark/util/UtilsSuite.scala 43 additions, 24 deletionscore/src/test/scala/org/apache/spark/util/UtilsSuite.scala
- repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala 3 additions, 2 deletions....10/src/main/scala/org/apache/spark/repl/SparkILoop.scala
Loading
Please register or sign in to comment