开发者

Problem with apache-cassandra 0.8.2

开发者 https://www.devze.com 2023-03-25 18:48 出处:网络
I want to integrate apache-Cassandra as my Database. I ha开发者_如何学运维ve downloaded 0.8.2 version of it. But it seems that there is having lots of changes made in this version. When I try to find

I want to integrate apache-Cassandra as my Database. I ha开发者_如何学运维ve downloaded 0.8.2 version of it. But it seems that there is having lots of changes made in this version. When I try to find the sample source code of it, I found lack of examples of it. Please anybody help me to get start cassandra 0.8.2 in java.


I have asked a similar question before. Unless you specify the changes, Hector is a good library to use with Apache Cassandra.


Update: Seeing that my previous SO question has an accepted answer with obsoleted links, I've managed to write portion of the blog on how to interface with Apache Cassandra 0.8 in java. Granted, it has changed from Cassandra 0.6 & 0.7.


See also the ClientOptions page on the Cassandra wiki: http://wiki.apache.org/cassandra/ClientOptions


The datastax documentation is good. In particular there is some documentation with examples for client libraries here.


Currently, with cassandra version 0.8.4 everything is ok to me, including starting cassandra database server and java source code to connect to cassandra, have you try version 0.8.4 ?

0

精彩评论

暂无评论...
验证码 换一张
取 消