Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACAC1D47E for ; Thu, 12 Jul 2012 07:10:36 +0000 (UTC) Received: (qmail 94979 invoked by uid 500); 12 Jul 2012 07:10:36 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 94931 invoked by uid 500); 12 Jul 2012 07:10:35 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 94891 invoked by uid 99); 12 Jul 2012 07:10:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 07:10:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B992C1404B1 for ; Thu, 12 Jul 2012 07:10:34 +0000 (UTC) Date: Thu, 12 Jul 2012 07:10:33 +0000 (UTC) From: "Gabriel Reid (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: <518770741.40628.1342077034762.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1413656918.35950.1342021054599.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Work started] (CRUNCH-13) Partitioner crash in pipelines containing reflection-based Avro data 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-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CRUNCH-13 started by Gabriel Reid. > Partitioner crash in pipelines containing reflection-based Avro data > -------------------------------------------------------------------- > > Key: CRUNCH-13 > URL: https://issues.apache.org/jira/browse/CRUNCH-13 > Project: Crunch > Issue Type: Bug > Affects Versions: 0.3.0 > Reporter: Gabriel Reid > Assignee: Gabriel Reid > Labels: avro, reflection > Fix For: 0.3.0 > > Attachments: CRUNCH-13.patch > > > When using reflection-based Avro schemas, the default (hash-based) partitioner crashes due to GenericData.Records not being able to calculate a hash code for reflection-based data. This means that any pipeline using Avro reflection data cannot do a group by key on a PCollection (as this involves a reducer which involves the partitioner). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira