Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Li committed Jun 4, 2014
1 parent cf0d6ac commit 539a578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ private[spark] class TaskSetManager(
levels.toArray
}

//Re-compute the pending lists. This should be called when new executor is added
// Re-compute the pending lists. This should be called when new executor is added
def reAddPendingTasks() {
logInfo("Re-computing pending task lists.")
for (i <- (0 until numTasks).reverse.filter(index => copiesRunning(index) == 0
Expand Down

0 comments on commit 539a578

Please sign in to comment.