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

Kazuomi Kashii commented on GORA-182:
-------------------------------------

I tested gora-cassandra 0.2.1 + GORA-182.patch with Nutch 2.1.
I just replaced gora-cassandra-0.2.jar by patched gora-cassandra-0.2.1.jar.

I created "webpage" keyspace and f, p, and sc column families as follows:

cassandra-cli <<+++
drop keyspace webpage;
create keyspace webpage;
use webpage;
create column family p;
create column family f;
create column family sc with column_type='Super';
+++

                
> Nutch 2.1 does not work with gora-cassandra 0.2.1
> -------------------------------------------------
>
>                 Key: GORA-182
>                 URL: https://issues.apache.org/jira/browse/GORA-182
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: storage-cassandra
>    Affects Versions: 0.2.1
>            Reporter: Kazuomi Kashii
>         Attachments: GORA-182.patch
>
>
> Nutch 2.1 does not work with gora-cassandra 0.2.1.
> Especially, "outlinks" field is not written.
> I have confirmed this issue on Mac OS X and CentOS.

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