예제 #1
0
 def tearDownClass(cls):
     ReusedPySparkTestCase.tearDownClass()
     shutil.rmtree(cls.tempdir.name, ignore_errors=True)
예제 #2
0
 def tearDownClass(cls):
     ReusedPySparkTestCase.tearDownClass()
     cls.spark.stop()
예제 #3
0
 def tearDownClass(cls):
     ReusedPySparkTestCase.tearDownClass()
     shutil.rmtree(cls.tempdir)
예제 #4
0
파일: tests.py 프로젝트: A7mech/spark
 def tearDownClass(cls):
     PySparkTestCase.tearDownClass()
     cls.spark.stop()