aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-11-23 13:54:19 -0800
committerMarcelo Vanzin <vanzin@cloudera.com>2015-11-23 13:54:19 -0800
commitc2467dadae8ce44010a912ee91c429310f8add65 (patch)
tree13f1eb5a8e2e2348a6a0b1296a720b8ef626eaf9 /docs/configuration.md
parent7cfa4c6bc36d97e459d4adee7b03d537d63c337e (diff)
downloadspark-c2467dadae8ce44010a912ee91c429310f8add65.tar.gz
spark-c2467dadae8ce44010a912ee91c429310f8add65.tar.bz2
spark-c2467dadae8ce44010a912ee91c429310f8add65.zip
[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. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #9530 from vanzin/SPARK-11140.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index c496146e3e..4de202d7f7 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1020,6 +1020,7 @@ Apart from these, the following properties are also available, and may be useful
<td>(random)</td>
<td>
Port for the executor to listen on. This is used for communicating with the driver.
+ This is only relevant when using the Akka RPC backend.
</td>
</tr>
<tr>
@@ -1027,6 +1028,7 @@ Apart from these, the following properties are also available, and may be useful
<td>(random)</td>
<td>
Port for the driver's HTTP file server to listen on.
+ This is only relevant when using the Akka RPC backend.
</td>
</tr>
<tr>