You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/10/08 09:01:30 UTC

spark git commit: Akka framesize units should be specified

Repository: spark
Updated Branches:
  refs/heads/master b8f849b54 -> cd28139c9


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 <ad...@users.noreply.github.com>

Closes #9025 from admackin/master.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/cd28139c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/cd28139c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/cd28139c

Branch: refs/heads/master
Commit: cd28139c9b31201d54ee34b72da24417ece029f7
Parents: b8f849b
Author: admackin <ad...@users.noreply.github.com>
Authored: Thu Oct 8 00:01:23 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Thu Oct 8 00:01:23 2015 -0700

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/cd28139c/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index d99092e..154a3ae 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org