-
- Downloads
Some fixes to the launch-java-directly change:
- Split SPARK_JAVA_OPTS into multiple command-line arguments if it contains spaces; this splitting follows quoting rules in bash - Add the Scala JARs to the classpath if they're not in the CLASSPATH variable because the ExecutorRunner is launched with "scala" (this can happen when using local-cluster URLs in spark-shell)
Showing
- core/src/main/scala/spark/Utils.scala 64 additions, 1 deletioncore/src/main/scala/spark/Utils.scala
- core/src/main/scala/spark/deploy/worker/ExecutorRunner.scala 35 additions, 16 deletionscore/src/main/scala/spark/deploy/worker/ExecutorRunner.scala
- core/src/test/scala/spark/UtilsSuite.scala 39 additions, 14 deletionscore/src/test/scala/spark/UtilsSuite.scala
Please register or sign in to comment