We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d16faa commit 5effbebCopy full SHA for 5effbeb
core/src/test/scala/org/apache/spark/SortShuffleSuite.scala
@@ -47,14 +47,6 @@ class SortShuffleSuite extends ShuffleSuite with BeforeAndAfterAll {
47
conf.set("spark.local.dir", tempDir.getAbsolutePath)
48
}
49
50
- override def afterEach(): Unit = {
51
- try {
52
- Utils.deleteRecursively(tempDir)
53
- } finally {
54
- super.afterEach()
55
- }
56
57
-
58
test("SortShuffleManager properly cleans up files for shuffles that use the serialized path") {
59
sc = new SparkContext("local", "test", conf)
60
// Create a shuffled RDD and verify that it actually uses the new serialized map output path
0 commit comments