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 060AE10E3F for ; Sat, 14 Dec 2013 21:00:52 +0000 (UTC) Received: (qmail 45506 invoked by uid 500); 14 Dec 2013 21:00:52 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 45467 invoked by uid 500); 14 Dec 2013 21:00:51 -0000 Mailing-List: contact commits-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.incubator.apache.org Delivered-To: mailing list commits@spark.incubator.apache.org Received: (qmail 45460 invoked by uid 99); 14 Dec 2013 21:00:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Dec 2013 21:00:51 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 14 Dec 2013 21:00:49 +0000 Received: (qmail 45311 invoked by uid 99); 14 Dec 2013 21:00:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Dec 2013 21:00:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AB6768B952C; Sat, 14 Dec 2013 21:00:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joshrosen@apache.org To: commits@spark.incubator.apache.org Date: Sat, 14 Dec 2013 21:00:31 -0000 Message-Id: <491e1a0ecfde4f5fbf95fc58d3ccb887@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/5] git commit: Merge pull request #249 from ngbinh/partitionInJavaSortByKey X-Virus-Checked: Checked by ClamAV on apache.org Merge pull request #249 from ngbinh/partitionInJavaSortByKey Expose numPartitions parameter in JavaPairRDD.sortByKey() This change makes Java and Scala API on sortByKey() the same. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/2fd781d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/2fd781d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/2fd781d3 Branch: refs/heads/master Commit: 2fd781d347107be34e6a4251b8bd0b35b351785a Parents: 97ac060 0b494f7 Author: Josh Rosen Authored: Sat Dec 14 12:59:37 2013 -0800 Committer: Josh Rosen Committed: Sat Dec 14 12:59:37 2013 -0800 ---------------------------------------------------------------------- .../scala/org/apache/spark/api/java/JavaPairRDD.scala | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/2fd781d3/core/src/main/scala/org/apache/spark/api/java/JavaPairRDD.scala ----------------------------------------------------------------------