File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 899899 <java .awt.headless>true</java .awt.headless>
900900 <spark .test.home>${session.executionRootDirectory} </spark .test.home>
901901 <spark .testing>1</spark .testing>
902- <spark .ui.port>0</spark .ui.port>
903902 <spark .ui.enabled>false</spark .ui.enabled>
904903 </systemProperties >
905904 </configuration >
Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ object TestSettings {
337337 javaOptions in Test += " -Dspark.test.home=" + sparkHome,
338338 javaOptions in Test += " -Dspark.testing=1" ,
339339 javaOptions in Test += " -Dspark.ports.maxRetries=100" ,
340- javaOptions in Test += " -Dspark.ui.port=0" ,
341340 javaOptions in Test += " -Dspark.ui.enabled=false" ,
342341 javaOptions in Test += " -Dsun.io.serialization.extendedDebugInfo=true" ,
343342 javaOptions in Test ++= System .getProperties.filter(_._1 startsWith " spark" )
You can’t perform that action at this time.
0 commit comments