From cd28139c9b31201d54ee34b72da24417ece029f7 Mon Sep 17 00:00:00 2001 From: admackin Date: Thu, 8 Oct 2015 00:01:23 -0700 Subject: 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 Closes #9025 from admackin/master. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 spark.akka.frameSize 128 - 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. -- cgit v1.2.3