-
- Downloads
[HOTFIX] Do not throw NPE if spark.test.home is not set
`spark.test.home` was introduced in #1734. This is fine for SBT but is failing maven tests. Either way it shouldn't throw an NPE. Author: Andrew Or <andrewor14@gmail.com> Closes #1739 from andrewor14/fix-spark-test-home and squashes the following commits: ce2624c [Andrew Or] Do not throw NPE if spark.test.home is not set
Showing
- core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala 7 additions, 2 deletions...rc/main/scala/org/apache/spark/deploy/worker/Worker.scala
- core/src/test/scala/org/apache/spark/DriverSuite.scala 1 addition, 1 deletioncore/src/test/scala/org/apache/spark/DriverSuite.scala
- core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala 1 addition, 1 deletion...test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
- core/src/test/scala/org/apache/spark/deploy/worker/ExecutorRunnerTest.scala 1 addition, 1 deletion...a/org/apache/spark/deploy/worker/ExecutorRunnerTest.scala
- pom.xml 4 additions, 4 deletionspom.xml
Loading
Please register or sign in to comment