GitHub user vanzin opened a pull request:
https://github.com/apache/spark/pull/9530
[SPARK-11140] [core] Transfer files using network lib when using
NettyRpcEnv.
This change abstracts the code that serves jars / files to executors so that
each RpcEnv can have its own implementation; the akka version uses the
existing
HTTP-based file serving mechanism, while the netty versions uses the new
stream support added to the network lib, which makes file transfers benefit
from the easier security configuration of the network library, and should
also
reduce overhead overall.
The change includes a small fix to TransportChannelHandler so that it
propagates
user events to downstream handlers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vanzin/spark SPARK-11140
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9530.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 #9530
----
commit 3f8209fe664836242ab849d4e8503c4443798556
Author: Marcelo Vanzin <[email protected]>
Date: 2015-10-18T00:09:21Z
[SPARK-11140] [core] Transfer files using network lib when using
NettyRpcEnv.
This change abstracts the code that serves jars / files to executors so that
each RpcEnv can have its own implementation; the akka version uses the
existing
HTTP-based file serving mechanism, while the netty versions uses the new
stream support added to the network lib, which makes file transfers benefit
from the easier security configuration of the network library, and should
also
reduce overhead overall.
The change includes a small fix to TransportChannelHandler so that it
propagates
user events to downstream handlers.
----
---
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]