aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala b/core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
index 53f5214d7a..6c577c2685 100644
--- a/core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
+++ b/core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
@@ -102,6 +102,7 @@ class DAGSchedulerSuite extends FunSuite
if (schedulerException != null) {
throw new Exception("Exception caught from scheduler thread", schedulerException)
}
+ System.clearProperty("spark.master.port")
}
// Type of RDD we use for testing. Note that we should never call the real RDD compute methods.