Skip to content

Commit ea6c8dd

Browse files
committed
Removes remote debugging stuff
1 parent 327bb1d commit ea6c8dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/SparkBuild.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ object TestSettings {
548548
javaOptions in Test += "-Dspark.driver.allowMultipleContexts=true",
549549
javaOptions in Test += "-Dspark.unsafe.exceptionOnMemoryLeak=true",
550550
javaOptions in Test += "-Dsun.io.serialization.extendedDebugInfo=true",
551-
javaOptions in Test += "-agentlib:jdwp=transport=dt_socket,server=n,address=127.0.0.1:5005",
552551
javaOptions in Test ++= System.getProperties.filter(_._1 startsWith "spark")
553552
.map { case (k,v) => s"-D$k=$v" }.toSeq,
554553
javaOptions in Test += "-ea",

0 commit comments

Comments
 (0)