GitHub user lianhuiwang opened a pull request:
https://github.com/apache/spark/pull/4369
[SPARK-5593][Core]Replace BlockManagerListener with ExecutorListener in
ExecutorAllocationListener
More strictly, in ExecutorAllocationListener, we need to replace
onBlockManagerAdded, onBlockManagerRemoved with
onExecutorAdded,onExecutorRemoved. because at some time, onExecutorAdded and
onExecutorRemoved are more accurate to express these meanings. example at
SPARK-5529, BlockManager has been removed,but executor is existed.
@andrewor14 @sryza
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lianhuiwang/spark SPARK-5593
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4369.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 #4369
----
commit 333367cae03812c8523df68fb4215dbac817095d
Author: lianhuiwang <[email protected]>
Date: 2015-02-04T15:59:30Z
Replace BlockManagerListener with ExecutorListener in
ExecutorAllocationListener
----
---
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]