We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3700dba commit 646f3feCopy full SHA for 646f3fe
project/SparkBuild.scala
@@ -336,7 +336,7 @@ object TestSettings {
336
fork := true,
337
javaOptions in Test += "-Dspark.test.home=" + sparkHome,
338
javaOptions in Test += "-Dspark.testing=1",
339
- javaOptions in Test += "-Dspark.ports.maxRetries=100",
+ javaOptions in Test += "-Dspark.port.maxRetries=100",
340
javaOptions in Test += "-Dspark.ui.enabled=false",
341
javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
342
javaOptions in Test ++= System.getProperties.filter(_._1 startsWith "spark")
0 commit comments