aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/tests.py')
-rw-r--r--python/pyspark/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/pyspark/tests.py b/python/pyspark/tests.py
index ed90915fcd..1f2a6ea941 100644
--- a/python/pyspark/tests.py
+++ b/python/pyspark/tests.py
@@ -57,10 +57,6 @@ class PySparkTestCase(unittest.TestCase):
def tearDown(self):
self.sc.stop()
sys.path = self._old_sys_path
- # To avoid Akka rebinding to the same port, since it doesn't unbind
- # immediately on shutdown
- self.sc._jvm.System.clearProperty("spark.driver.port")
-
class TestCheckpoint(PySparkTestCase):