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

Illarion Kovalchuk updated CASSANDRA-5251:
------------------------------------------

    Description: 
This patch affects api, so I changed hadoop example in it. The main difference 
is that now ColumnFamilyInput format generates splits for all input column 
families, and ColumnFamilyOutputFormat works not with List<Mutation>, but with 
List<Pair<String,Mutation>>, where Pair.left is for column family name.

Thank you

  was:
This patch affects api, so I changed hadoop example in it. The main difference 
is that now ColumnFamilyInput format generates splits for all input column 
families, and ColumnFamilyOutputFormat works not with List<Mutation>, but with 
List<Pair<String,Mutatiom>>, where Pair.left is for column family name.

Thank you

    
> Hadoop support should be able to work with multiple column families
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-5251
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5251
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>    Affects Versions: 2.0
>            Reporter: Illarion Kovalchuk
>            Priority: Minor
>         Attachments: trunk-5251.txt
>
>
> This patch affects api, so I changed hadoop example in it. The main 
> difference is that now ColumnFamilyInput format generates splits for all 
> input column families, and ColumnFamilyOutputFormat works not with 
> List<Mutation>, but with List<Pair<String,Mutation>>, where Pair.left is for 
> column family name.
> Thank you

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to