spark-instrumented-optimizer/project
Andrew Or 6324eb7b5b [Spark-3490] Disable SparkUI for tests
We currently open many ephemeral ports during the tests, and as a result we occasionally can't bind to new ones. This has caused the `DriverSuite` and the `SparkSubmitSuite` to fail intermittently.

By disabling the `SparkUI` when it's not needed, we already cut down on the number of ports opened significantly, on the order of the number of `SparkContexts` ever created. We must keep it enabled for a few tests for the UI itself, however.

Author: Andrew Or <andrewor14@gmail.com>

Closes #2363 from andrewor14/disable-ui-for-tests and squashes the following commits:

332a7d5 [Andrew Or] No need to set spark.ui.port to 0 anymore
30c93a2 [Andrew Or] Simplify streaming UISuite
a431b84 [Andrew Or] Fix streaming test failures
8f5ae53 [Andrew Or] Fix no new line at the end
29c9b5b [Andrew Or] Disable SparkUI for tests
2014-09-11 17:18:46 -07:00
..
project [SPARK-1776] Have Spark's SBT build read dependencies from Maven. 2014-07-10 11:03:37 -07:00
spark-style/src/main/scala/org/apache/spark/scalastyle SPARK-1352 - Comment style single space before ending */ check. 2014-03-30 10:06:56 -07:00
build.properties [SPARK-1776] Have Spark's SBT build read dependencies from Maven. 2014-07-10 11:03:37 -07:00
MimaBuild.scala [HOTFIX] Fix broken Mima tests on the master branch 2014-09-07 20:39:53 -07:00
MimaExcludes.scala [HOTFIX] Fix broken Mima tests on the master branch 2014-09-07 20:39:53 -07:00
plugins.sbt [SPARK-2848] Shade Guava in uber-jars. 2014-08-20 16:23:10 -07:00
SparkBuild.scala [Spark-3490] Disable SparkUI for tests 2014-09-11 17:18:46 -07:00