You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Josh Wills (JIRA)" <ji...@apache.org> on 2013/01/31 16:29:15 UTC

[jira] [Commented] (CRUNCH-155) Combining union and groupByKey causes ClassCastException in DoNode during planning

    [ https://issues.apache.org/jira/browse/CRUNCH-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567720#comment-13567720 ] 

Josh Wills commented on CRUNCH-155:
-----------------------------------

Thanks Tim-- I think I'll get this one done this weekend.
                
> Combining union and groupByKey causes ClassCastException in DoNode during planning
> ----------------------------------------------------------------------------------
>
>                 Key: CRUNCH-155
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-155
>             Project: Crunch
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Tim van Heugten
>            Assignee: Josh Wills
>            Priority: Critical
>         Attachments: ConcatGroupFn.java, FirstLetterKeyFn.java, UnionGbkTest.java, words.txt
>
>
> Create two pCollections.
> Create an outputTarget for one of them.
> Create a table from the pCollections
> Union the tables
> Group the union.
> Process the grouped data into a PCollection.
> Materialize and run the pipeline.
> Causes: java.lang.ClassCastException: org.apache.crunch.types.writable.WritableType cannot be cast to org.apache.crunch.types.PGroupedTableType
> Note: unioning first and creating a table later has the same CCE.

--
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