Skip to content

Commit

Permalink
Update TaskSchedulerImpl.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lirui-intel committed Jun 5, 2014
1 parent cab4c71 commit 3d7da02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ private[spark] class TaskSchedulerImpl(
// This is a var so that we can reset it for testing purposes.
private[spark] var taskResultGetter = new TaskResultGetter(sc.env, this)


override def setDAGScheduler(dagScheduler: DAGScheduler) {
this.dagScheduler = dagScheduler
}
Expand Down

0 comments on commit 3d7da02

Please sign in to comment.