GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/9181
[SPARK-11212][Core][Streaming]Make preferred locations support
ExecutorCacheTaskLocation and updateâ¦
⦠ReceiverTracker and ReceiverSchedulingPolicy to use it
This PR includes the following changes:
1. Add a new preferred location format, `executor_<host>_<executorID>`
(e.g., "executor_localhost_2"), to support specifying the executor locations
for RDD.
2. Use the new preferred location format in `ReceiverTracker` to optimize
the starting time of Receivers when there are multiple executors in a host.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark executor-location
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9181.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 #9181
----
commit f5e7c4f0fd24efd179b96725f8b5b0ed3450b4b2
Author: zsxwing <[email protected]>
Date: 2015-10-20T11:42:04Z
Make preferred locations support ExecutorCacheTaskLocation and update
ReceiverTracker and ReceiverSchedulingPolicy to use it
----
---
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]