Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82D62100AA for ; Thu, 18 Jul 2013 05:52:52 +0000 (UTC) Received: (qmail 68408 invoked by uid 500); 18 Jul 2013 05:52:52 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 68328 invoked by uid 500); 18 Jul 2013 05:52:49 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 68320 invoked by uid 500); 18 Jul 2013 05:52:49 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 68315 invoked by uid 99); 18 Jul 2013 05:52:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 05:52:48 +0000 Date: Thu, 18 Jul 2013 05:52:48 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-174) Add support for join3 and cogroup3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills updated CRUNCH-174: ------------------------------ Attachment: CRUNCH-174.patch So I ended up working on this one tonight at the behest of a customer, and it turned out to be not such a good starter patch after all. :) I added support for cogroups on 3, 4, or N input PTables, and I added some static inner classes to Tuple3 and Tuple4 that make working with the otherwise super long Tuple3, Collection, Collection the much nicer Tuple3.Collect (and similarly for Tuple4). > Add support for join3 and cogroup3 > ---------------------------------- > > Key: CRUNCH-174 > URL: https://issues.apache.org/jira/browse/CRUNCH-174 > Project: Crunch > Issue Type: Bug > Components: Core, MapReduce Patterns > Reporter: Josh Wills > Assignee: Josh Wills > Attachments: CRUNCH-174.patch > > > This seemed like a nice starter JIRA: it would be great to have the three (and even four!) argument analogues of Join.join() and Cogroup.cogroup(), something like: > PTable> j = Join.join(PTable a, PTable b, PTable c); > ... and similar for co-groups. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira