aboutsummaryrefslogtreecommitdiff
path: root/bagel/src
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-12 16:53:58 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-12 16:53:58 -0800
commit0bb33076e2c12947edc91ff61f98e4b72d881ec3 (patch)
tree4892c5a85431fe837b7e7b4fc59518c7dc620496 /bagel/src
parent0d4886c000589d62a61a568aeedeacfeb1c0fc6d (diff)
downloadspark-0bb33076e2c12947edc91ff61f98e4b72d881ec3.tar.gz
spark-0bb33076e2c12947edc91ff61f98e4b72d881ec3.tar.bz2
spark-0bb33076e2c12947edc91ff61f98e4b72d881ec3.zip
Removing mentions in tests
Diffstat (limited to 'bagel/src')
-rw-r--r--bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala b/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
index 7b954a4775..9c37fadb78 100644
--- a/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
+++ b/bagel/src/test/scala/org/apache/spark/bagel/BagelSuite.scala
@@ -38,7 +38,6 @@ class BagelSuite extends FunSuite with Assertions with BeforeAndAfter with Timeo
}
// 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")
}
test("halting by voting") {