GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/7382
[SPARK-8911] Fix local mode endless heartbeats
As of #7173 we expect executors to properly register with the driver before
responding to their heartbeats. This behavior is not matched in local mode.
This patch adds the missing event that needs to be posted.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark fix-local-heartbeat
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7382.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 #7382
----
commit b504c097847e9afed8bafd79b34beb3fd01d4a55
Author: Andrew Or <[email protected]>
Date: 2015-07-14T01:22:50Z
Post ExecutorAdded event to local executor
Otherwise HeartbeatReceiver will keep expecting but never get
a proper registration.
----
---
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]