[ 
https://issues.apache.org/jira/browse/CASSANDRA-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930701#action_12930701
 ] 

Jeremy Hanna commented on CASSANDRA-1725:
-----------------------------------------

Also, would be nice to have the pig load func as part of core so that we aren't 
bitten by this.

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

Reply via email to