aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authoradmackin <admackin@users.noreply.github.com>2015-10-08 00:01:23 -0700
committerReynold Xin <rxin@databricks.com>2015-10-08 00:01:23 -0700
commitcd28139c9b31201d54ee34b72da24417ece029f7 (patch)
treeae67d07109eafda67089121f1e06f467654a814d /docs/configuration.md
parentb8f849b546739d3e4339563557509a51417fcb68 (diff)
downloadspark-cd28139c9b31201d54ee34b72da24417ece029f7.tar.gz
spark-cd28139c9b31201d54ee34b72da24417ece029f7.tar.bz2
spark-cd28139c9b31201d54ee34b72da24417ece029f7.zip
Akka framesize units should be specified
1.4 docs noted that the units were MB - i have assumed this is still the case Author: admackin <admackin@users.noreply.github.com> Closes #9025 from admackin/master.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index d99092e3c5..154a3aee68 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -884,7 +884,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.akka.frameSize</code></td>
<td>128</td>
<td>
- Maximum message size to allow in "control plane" communication; generally only applies to map
+ Maximum message size (in MB) to allow in "control plane" communication; generally only applies to map
output size information sent between executors and the driver. Increase this if you are running
jobs with many thousands of map and reduce tasks and see messages about the frame size.
</td>