Skip to content

Commit

Permalink
Move comment back into if case
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Sep 3, 2015
1 parent 574fb1e commit 57abca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,9 @@ class DAGScheduler(

clearCacheLocs()

// Some tasks had failed; let's resubmit this shuffleStage
// TODO: Lower-level scheduler should also deal with this
if (shuffleStage.outputLocs.contains(Nil)) {
// Some tasks had failed; let's resubmit this shuffleStage
// TODO: Lower-level scheduler should also deal with this
logInfo("Resubmitting " + shuffleStage + " (" + shuffleStage.name +
") because some of its tasks had failed: " +
shuffleStage.outputLocs.zipWithIndex.filter(_._1.isEmpty)
Expand Down

0 comments on commit 57abca3

Please sign in to comment.