Return-Path: X-Original-To: apmail-spark-reviews-archive@minotaur.apache.org Delivered-To: apmail-spark-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7809211891 for ; Sun, 11 May 2014 22:15:36 +0000 (UTC) Received: (qmail 15701 invoked by uid 500); 11 May 2014 22:08:56 -0000 Delivered-To: apmail-spark-reviews-archive@spark.apache.org Received: (qmail 15680 invoked by uid 500); 11 May 2014 22:08:56 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@spark.apache.org Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 15672 invoked by uid 99); 11 May 2014 22:08:56 -0000 Received: from Unknown (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2014 22:08:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 460B581CB6D; Sun, 11 May 2014 22:08:56 +0000 (UTC) From: koertkuipers To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request: Feat kryo max buffersize Content-Type: text/plain Date: Sun, 11 May 2014 22:08:56 +0000 (UTC) GitHub user koertkuipers opened a pull request: https://github.com/apache/spark/pull/735 Feat kryo max buffersize You can merge this pull request into a Git repository by running: $ git pull https://github.com/tresata/spark feat-kryo-max-buffersize Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/735.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #735 ---- commit 07324450f3aecfdb335a85cfb8631eb45e4eb02b Author: Koert Kuipers Date: 2014-05-11T18:10:10Z support setting maxCapacity to something different than capacity in kryo Output commit 143ec4d9a994f0b4e09d87311142c290504d9abb Author: Koert Kuipers Date: 2014-05-11T22:07:26Z test resizable buffer in kryo Output ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---