You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Kazuomi Kashii (JIRA)" <ji...@apache.org> on 2014/02/07 18:19:19 UTC

[jira] [Commented] (GORA-278) Upgrade Cassandra to 2.x

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

Kazuomi Kashii commented on GORA-278:
-------------------------------------

Actually, I need to make Nutch 2.1.1 work with Cassandra 2.0.4.
gora-cassandra 0.3 should be fine as is, and ivy.xml needs just the followings:

    <dependency org="org.apache.gora" name="gora-core" rev="0.3" conf="*->default"/>
    <dependency org="org.apache.gora" name="gora-cassandra" rev="0.3" conf="*->default" />

    <!-- Cassandra dependency -->
    <dependency org="org.apache.cassandra" name="cassandra-thrift" rev="2.0.4" conf="*->default"/>
    <dependency org="org.apache.thrift" name="libthrift" rev="0.9.1" conf="*->default"/>
    <dependency org="org.hectorclient" name="hector-core" rev="1.1-4" conf="*->default"/>
    <dependency org="com.google.guava" name="guava" rev="15.0" />


> Upgrade Cassandra to 2.x
> ------------------------
>
>                 Key: GORA-278
>                 URL: https://issues.apache.org/jira/browse/GORA-278
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-cassandra
>            Reporter: Lewis John McGibbney
>             Fix For: 0.5
>
>         Attachments: GORA-278.patch
>
>
> Apart from the fact that 2.x was released some months ago, there are other nasty issues like CASSANDRA-4097 which make working with new (1.7.X) Avro and older (1.1.X, 1.2.X) Cassandra dependencies difficult. 
> This is something for the 0.5 drive :)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)