aboutsummaryrefslogtreecommitdiff
path: root/repl/src
diff options
context:
space:
mode:
authorMridul Muralidharan <mridul@gmail.com>2013-04-28 22:26:45 +0530
committerMridul Muralidharan <mridul@gmail.com>2013-04-28 22:26:45 +0530
commitafee9024430ef79cc0840a5e5788b60c8c53f9d2 (patch)
tree49f305108764dc00cba307f4f3d4a8774c3e2674 /repl/src
parent1f20ef256715e5a84ba1661e235b6eda21a70b5b (diff)
downloadspark-afee9024430ef79cc0840a5e5788b60c8c53f9d2.tar.gz
spark-afee9024430ef79cc0840a5e5788b60c8c53f9d2.tar.bz2
spark-afee9024430ef79cc0840a5e5788b60c8c53f9d2.zip
Attempt to fix streaming test failures after yarn branch merge
Diffstat (limited to 'repl/src')
-rw-r--r--repl/src/test/scala/spark/repl/ReplSuite.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/repl/src/test/scala/spark/repl/ReplSuite.scala b/repl/src/test/scala/spark/repl/ReplSuite.scala
index 43559b96d3..1c64f9b98d 100644
--- a/repl/src/test/scala/spark/repl/ReplSuite.scala
+++ b/repl/src/test/scala/spark/repl/ReplSuite.scala
@@ -32,6 +32,7 @@ class ReplSuite extends FunSuite {
interp.sparkContext.stop()
// To avoid Akka rebinding to the same port, since it doesn't unbind immediately on shutdown
System.clearProperty("spark.driver.port")
+ System.clearProperty("spark.hostPort")
return out.toString
}