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

Jeremy Hanna updated CASSANDRA-1497:
------------------------------------

    Attachment: 0001-foundation-for-1497.patch

Attaching 0001:

Deprecates the old way of doing ColumnFamilyRecordReader and 
ColumnFamilyInputFormat - renames them to LegacyX.  Reused code as I could (in 
the InputFormat).

Adds the new ColumnFamilyRecordReader and ColumnFamilyInputReader that uses 
ByteBuffers and Avro ColumnOrSuperColumns instead of byte[] and db.IColumn.  
This makes for easier Hadoop Streaming support and mirrors what was done in the 
RecordWriter/OutputFormat that we recently added.

Updated the WordCount/WordCountSetup to use the newer code.

> Add input support for Hadoop Streaming
> --------------------------------------
>
>                 Key: CASSANDRA-1497
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1497
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Hadoop
>            Reporter: Jeremy Hanna
>            Assignee: Jeremy Hanna
>             Fix For: 0.7.0
>
>         Attachments: 0001-foundation-for-1497.patch
>
>
> related to CASSANDRA-1368 - create similar functionality for input streaming.

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