From 0bb33076e2c12947edc91ff61f98e4b72d881ec3 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Sun, 12 Jan 2014 16:53:58 -0800 Subject: Removing mentions in tests --- repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'repl/src') diff --git a/repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala b/repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala index daaa2a0305..8aad273665 100644 --- a/repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala +++ b/repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala @@ -35,7 +35,6 @@ class ReplSuite extends FunSuite { } // 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 } @@ -75,7 +74,6 @@ class ReplSuite extends FunSuite { interp.sparkContext.stop() System.clearProperty("spark.driver.port") - System.clearProperty("spark.hostPort") } test("simple foreach with accumulator") { -- cgit v1.2.3