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 CB61411B23 for ; Tue, 22 Apr 2014 02:09:16 +0000 (UTC) Received: (qmail 83693 invoked by uid 500); 22 Apr 2014 02:09:15 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 83657 invoked by uid 500); 22 Apr 2014 02:09:15 -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 83642 invoked by uid 500); 22 Apr 2014 02:09:14 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 83637 invoked by uid 99); 22 Apr 2014 02:09:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 02:09:14 +0000 Date: Tue, 22 Apr 2014 02:09:14 +0000 (UTC) From: "Micah Whitacre (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-379) Unions of PTable and PCollection fail in crunch-spark 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-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976296#comment-13976296 ] Micah Whitacre commented on CRUNCH-379: --------------------------------------- +1 > Unions of PTable and PCollection fail in crunch-spark > ----------------------------------------------------------- > > Key: CRUNCH-379 > URL: https://issues.apache.org/jira/browse/CRUNCH-379 > Project: Crunch > Issue Type: Bug > Affects Versions: 0.9.0, 0.8.2 > Reporter: Josh Wills > Fix For: 0.10.0, 0.8.3 > > Attachments: CRUNCH-379.patch > > > Right now, unioning a PTable and a PCollection> in crunch-spark will fail due to a ClassCastException-- one parent PCollection will return a JavaRDD, while the other will return a JavaPairRDD, and we'll only be expecting one type to be returned. This unioning works correctly in the MR impl, so we should add a fix for it to work correctly in crunch-spark as well. -- This message was sent by Atlassian JIRA (v6.2#6252)