GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/4588

    [SPARK-5124][Core] A standard RPC interface and an Akka implementation

    This PR added a standard internal RPC interface for Spark and an Akka 
implementation. See [the design 
document](https://issues.apache.org/jira/secure/attachment/12698710/Pluggable%20RPC%20-%20draft%202.pdf)
 for more details.
    
    I will split the whole work into multiple PRs to make it easier for code 
review. This is the first PR and avoid to touch too many files.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark rpc-part1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4588.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 #4588
    
----
commit 45b23178d14e3d94df020220b8b018077c0e5355
Author: zsxwing <[email protected]>
Date:   2015-02-13T09:16:47Z

    A standard RPC interface and An Akka implementation

----


---
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]

Reply via email to