GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/5268
[SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface -
part 1
This PR replaced the following `Actor`s to `RpcEndpoint`:
1. HeartbeatReceiver
1. Update ExecutorActor
1. Update BlockManagerMasterActor
1. Update BlockManagerSlaveActor
1. Update CoarseGrainedExecutorBackend and subclasses
1. CoarseGrainedSchedulerBackend.DriverActor
This is the first PR. I will split the work of SPARK-6602 to several PRs
for code review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark rpc-rewrite
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5268.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 #5268
----
commit 478b4437ea300f6141004bd4b5fb8e567c340685
Author: zsxwing <[email protected]>
Date: 2015-03-09T08:10:39Z
Update HeartbeatReceiver to use RpcEndpoint
commit 30e3f9f09d33d7a91e173a21442edc3fc0e01a76
Author: zsxwing <[email protected]>
Date: 2015-03-09T11:29:49Z
Update ExecutorActor to use RpcEndpoint
commit f5d65435a9df4bb363b1f55b1c43260051623cf0
Author: zsxwing <[email protected]>
Date: 2015-03-23T09:48:44Z
Update BlockManagerMaster to use RpcEndpoint
commit 7d0e6dce6a2a323ca8f189d80875875e1e0fd4be
Author: zsxwing <[email protected]>
Date: 2015-03-23T12:22:15Z
Update BlockManagerSlaveActor to use RpcEndpoint
commit 003cf805eef1586549105377d6050da4a09509c3
Author: zsxwing <[email protected]>
Date: 2015-03-26T09:06:23Z
Update CoarseGrainedExecutorBackend and CoarseGrainedSchedulerBackend to
use RpcEndpoint
commit 705245d218ed3ec62877f7f4e43066601ac67fe9
Author: zsxwing <[email protected]>
Date: 2015-03-26T09:52:07Z
Fix some bugs after rebasing the changes on the master
----
---
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]