Skip to content

Commit

Permalink
Update DAGSchedulerSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Apr 23, 2014
1 parent b67f472 commit 82f78bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class DAGSchedulerSuite extends FunSuite with BeforeAndAfter with LocalSparkCont
taskSet.tasks.foreach(_.epoch = mapOutputTracker.getEpoch)
taskSets += taskSet
}
override def cancelTasks(stageId: Int) {
override def cancelTasks(stageId: Int, interruptThread: Boolean) {
cancelledStages += stageId
}
override def setDAGScheduler(dagScheduler: DAGScheduler) = {}
Expand Down

0 comments on commit 82f78bb

Please sign in to comment.