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

Jonathan Ellis commented on CASSANDRA-2667:
-------------------------------------------

Looking at it, I think it *does* break AOR, but the compiler doesn't know it 
because there's nothing telling it that the class provided by OutputReader, 
should be the same expected by OutputFormat/RecordWriter.

Given that Avro is almost certainly the wrong interface to provide to Streaming 
(see CASSANDRA-1497), I'd be okay with removing AOR for now and starting over 
there.

> Rewrite ColumnFamilyOutputFormat to use thrift (not arvo)
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-2667
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2667
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 0.8.0
>            Reporter: Mck SembWever
>            Assignee: Mck SembWever
>         Attachments: CASSANDRA-2667.patch
>
>
> From Jonathan Ellis in 
> http://article.gmane.org/gmane.comp.db.cassandra.user/16478
> > Using "native" Thrift mutations makes the most sense to me now, which
> > would keep it similar in structure but avoid the avroToThrift copy.
> The itch here is that i'd like to use CounterColumn in 
> ColumnFamilyOutputFormat

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to