Skip to content

Commit

Permalink
fix scala style error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieu Huynh authored and Hieu Huynh committed Jul 16, 2018
1 parent 20a032c commit a67bebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private[spark] class TaskSetManager(
// be re-run because the missing map data needs to be regenerated first.
val successful = new Array[Boolean](numTasks)
private val numFailures = new Array[Int](numTasks)

// Add the tid of task into this HashSet when the task is killed by other attempt tasks.
// This happened while we set the `spark.speculation` to true. The task killed by others
// should not resubmit while executor lost.
Expand Down

0 comments on commit a67bebc

Please sign in to comment.