[
https://issues.apache.org/jira/browse/CASSANDRA-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930753#action_12930753
]
Jeremy Hanna commented on CASSANDRA-1725:
-----------------------------------------
tested both - work fine.
+1
hopefully this won't change again in the future - so that people's
cassandra+hadoop code doesn't have to change much.
> 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
>
> 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.