Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/8308#discussion_r37556991
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -1162,17 +1190,20 @@ class DAGScheduler(
}
case commitDenied: TaskCommitDenied =>
- // Do nothing here, left up to the TaskScheduler to decide how to
handle denied commits
+ // Do nothing here, left up to the TaskScheduler implementation
+ // to decide how to handle denied commits
case ExceptionFailure(className, description, stackTrace,
fullStackTrace, metrics) =>
- // Do nothing here, left up to the TaskScheduler to decide how to
handle user failures
+ // Do nothing here, left up to the TaskScheduler implementation
+ // to decide how to handle user failures
--- End diff --
Oh right, because of the extra word. That's fine.
PS You'll need to rebase this branch on master
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]