Beispiel #1
0
 def tearDownClass(cls):
     ReusedPySparkTestCase.tearDownClass()
     shutil.rmtree(cls.tempdir.name, ignore_errors=True)
Beispiel #2
0
 def tearDownClass(cls):
     ReusedPySparkTestCase.tearDownClass()
     cls.spark.stop()
Beispiel #3
0
 def tearDownClass(cls):
     ReusedPySparkTestCase.tearDownClass()
     shutil.rmtree(cls.tempdir)
Beispiel #4
0
 def tearDownClass(cls):
     PySparkTestCase.tearDownClass()
     cls.spark.stop()