GitHub user viirya opened a pull request:
https://github.com/apache/spark/pull/9433
[SPARK-11460][Core] Increase locality level when waiting too long from task
set creation time
JIRA: https://issues.apache.org/jira/browse/SPARK-11460
spark.locality.wait is based on last launched time. However, as the JIRA
claimed, it is possible that we wait too long from task set creation time, not
last launch time. In this case, we should also increase locality level.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viirya/spark-1 tastset-locality
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9433.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 #9433
----
commit f4437d1ad010feb64ae678d821c68b2a49ed1360
Author: Liang-Chi Hsieh <[email protected]>
Date: 2015-11-03T11:14:21Z
Increase locality level when waiting too long from task set creation time.
----
---
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]