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 A2A0710E1E for ; Sat, 15 Feb 2014 20:07:26 +0000 (UTC) Received: (qmail 69017 invoked by uid 500); 15 Feb 2014 20:07:21 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 68971 invoked by uid 500); 15 Feb 2014 20:07:21 -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 68953 invoked by uid 500); 15 Feb 2014 20:07:20 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 68939 invoked by uid 99); 15 Feb 2014 20:07:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 20:07:20 +0000 Date: Sat, 15 Feb 2014 20:07:20 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-216) Transpose arguments in MapsideJoinStrategy.join 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-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902506#comment-13902506 ] Josh Wills commented on CRUNCH-216: ----------------------------------- Yeah, I'm with you in terms of kicking myself on not fixing this earlier. I think this is the most reasonable path towards fixing it, I'd be +1 for it. > Transpose arguments in MapsideJoinStrategy.join > ----------------------------------------------- > > Key: CRUNCH-216 > URL: https://issues.apache.org/jira/browse/CRUNCH-216 > Project: Crunch > Issue Type: Improvement > Reporter: Gabriel Reid > > The MapsideJoinStrategy currently specifies that the smaller table in the join (i.e. the table to be replicated and loaded in memory) should be on the right-hand side of the join. > This is the opposite of what is done in all other join strategies, making it impossible to just switch out another join strategy for a MapsideJoinStrategy. The MapsideJoinStrategy could be brought in line with the other JoinStrategies to expect the smaller of two tables to be provided as the left-side table. -- This message was sent by Atlassian JIRA (v6.1.5#6160)