コード例 #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()