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

[jira] Updated: (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 ]

Jeremy Hanna updated CASSANDRA-1725:
------------------------------------

      Component/s: Hadoop
                   Contrib
      Description: 
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.
    Fix Version/s: 0.7.0
          Summary: word_count/pig loadfunc don't match the ColumnFamilyInputFormat ByteBuffer signature  (was: word_count/pig loadfunc dpn match the ColumnFamilyInputFormat ByteBuffer signature)

> 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
>             Fix For: 0.7.0
>
>
> 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.