Skip to content

Commit f33d844

Browse files
committed
Mark review comments
1 parent 9217080 commit f33d844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class DAGSchedulerSuite extends FunSuite with BeforeAndAfter with LocalSparkCont
9797
before {
9898
sc = new SparkContext("local", "DAGSchedulerSuite")
9999
taskSets.clear()
100+
cancelledStages.clear()
100101
cacheLocations.clear()
101102
results.clear()
102103
mapOutputTracker = new MapOutputTrackerMaster(conf)
@@ -346,7 +347,6 @@ class DAGSchedulerSuite extends FunSuite with BeforeAndAfter with LocalSparkCont
346347
test("run shuffle with map stage failure") {
347348
val shuffleMapRdd = makeRdd(2, Nil)
348349
val shuffleDep = new ShuffleDependency(shuffleMapRdd, null)
349-
val shuffleId = shuffleDep.shuffleId
350350
val reduceRdd = makeRdd(2, List(shuffleDep))
351351
submit(reduceRdd, Array(0, 1))
352352

0 commit comments

Comments
 (0)