GitHub user YanTangZhai opened a pull request:
https://github.com/apache/spark/pull/1921
[SPARK-3003] FailedStage could not be cancelled by DAGScheduler when
cancelJob or cancelStage
Some stage is changed from running to failed, then DAGSCheduler could not
cancel it when cancelJob or cancelStage. Since in failJobAndIndependentStages,
DAGSCheduler will only cancel runningStage and post SparkListenerStageCompleted
for it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/YanTangZhai/spark SPARK-3003
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1921.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1921
----
commit cdef539abc5d2d42d4661373939bdd52ca8ee8e6
Author: YanTangZhai <[email protected]>
Date: 2014-08-06T13:07:08Z
Merge pull request #1 from apache/master
update
commit b736bd729713ba6ca23ae901b34cb8523f2d24b2
Author: yantangzhai <[email protected]>
Date: 2014-08-13T13:33:24Z
[SPARK-3003] FailedStage could not be cancelled by DAGScheduler when
cancelJob or cancelStage
----
---
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]