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

Kazuomi Kashii commented on GORA-131:
-------------------------------------

For key range query of LogManager in gora-tutorial, Cassandra’s partitioner 
must be ByteOrderdPartitioner at cassandra.yaml :

partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner

then, create a keyspace and column families :

$CASSANDRA_HOME/bin/cassandra-cli <<+++
create keyspace Pageview;
use Pageview;
create column family common;
create column family http;
create column family misc;
quit;
+++
                
> gora-cassandra should support other key types than String
> ---------------------------------------------------------
>
>                 Key: GORA-131
>                 URL: https://issues.apache.org/jira/browse/GORA-131
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: storage-cassandra
>            Reporter: Kazuomi Kashii
>         Attachments: GORA-131.patch
>
>
> Currently, gora-cassandra supports only String as key type. For instance, 
> gora-tutorial uses Long key, so it does not work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to