You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/11/10 22:11:38 UTC

[jira] Resolved: (CASSANDRA-1725) word_count/pig loadfunc don't match the ColumnFamilyInputFormat ByteBuffer signature

     [ https://issues.apache.org/jira/browse/CASSANDRA-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1725.
---------------------------------------

    Resolution: Fixed
      Reviewer: jeromatron
      Assignee: T Jake Luciani

committed

> word_count/pig loadfunc don't match the ColumnFamilyInputFormat ByteBuffer signature
> ------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1725
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1725
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib, Hadoop
>            Reporter: Jeremy Hanna
>            Assignee: T Jake Luciani
>             Fix For: 0.7.0
>
>         Attachments: 1725_v1.txt
>
>
> In recent commits, ColumnFamilyInputFormat's signature has changed to use ByteBuffers.  This signature needs to match the word_count example and the pig load func.  There are a few options:
> 1) The ColumnFamilyInputFormat signature itself didn't need to change - it could translate from byte[] to ByteBuffer internally.
> 2) Change the word_count and pig load func to use ByteBuffer
> 3) Just use the AvroColumnFamilyInputFormat.
> I think option 1 would be best for now since that's less of a change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.