Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F124B18560 for ; Thu, 8 Oct 2015 07:01:30 +0000 (UTC) Received: (qmail 45229 invoked by uid 500); 8 Oct 2015 07:01:30 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 45201 invoked by uid 500); 8 Oct 2015 07:01:30 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 45192 invoked by uid 99); 8 Oct 2015 07:01:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 07:01:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95234E090A; Thu, 8 Oct 2015 07:01:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rxin@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: Akka framesize units should be specified Date: Thu, 8 Oct 2015 07:01:30 +0000 (UTC) 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 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 Authored: Thu Oct 8 00:01:23 2015 -0700 Committer: Reynold Xin 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 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. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org