aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-01-21 13:10:02 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-01-21 13:10:33 -0800
commit76d7c0ce2bd9c4d5782fec320279e0a011230625 (patch)
treebb5be332c5493c9606077cef622de4e025e28c15 /docs/configuration.md
parent2173f6c7cac877a3b756d63aabf7bdd06a18e6d9 (diff)
downloadspark-76d7c0ce2bd9c4d5782fec320279e0a011230625.tar.gz
spark-76d7c0ce2bd9c4d5782fec320279e0a011230625.tar.bz2
spark-76d7c0ce2bd9c4d5782fec320279e0a011230625.zip
Add more Akka settings to docs
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 87cb4a6797..036a0df480 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -198,6 +198,15 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td>spark.akka.frameSize</td>
+ <td>10</td>
+ <td>
+ Maximum message size to allow in "control plane" communication (for serialized tasks and task
+ results), in MB. Increase this if your tasks need to send back large results to the master
+ (e.g. using <code>collect()</code> on a large dataset).
+ </td>
+</tr>
+<tr>
<td>spark.akka.threads</td>
<td>4</td>
<td>
@@ -206,6 +215,13 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td>spark.akka.timeout</td>
+ <td>20</td>
+ <td>
+ Communication timeout between Spark nodes.
+ </td>
+</tr>
+<tr>
<td>spark.master.host</td>
<td>(local hostname)</td>
<td>