Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngone51 committed Apr 23, 2018
1 parent 0c6f305 commit e44d80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private[spark] class TaskSetManager(
None
}

/** Check whether a task once run an attempt on a given host */
/** Check whether a task once ran an attempt on a given host */
private def hasAttemptOnHost(taskIndex: Int, host: String): Boolean = {
taskAttempts(taskIndex).exists(_.host == host)
}
Expand Down

0 comments on commit e44d80b

Please sign in to comment.