Skip to content

Commit 646f3fe

Browse files
also in SparkBuild.scala
1 parent 3700dba commit 646f3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ object TestSettings {
336336
fork := true,
337337
javaOptions in Test += "-Dspark.test.home=" + sparkHome,
338338
javaOptions in Test += "-Dspark.testing=1",
339-
javaOptions in Test += "-Dspark.ports.maxRetries=100",
339+
javaOptions in Test += "-Dspark.port.maxRetries=100",
340340
javaOptions in Test += "-Dspark.ui.enabled=false",
341341
javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
342342
javaOptions in Test ++= System.getProperties.filter(_._1 startsWith "spark")

0 commit comments

Comments
 (0)