apache-cassandra 0.8.2 的问题
我想集成 apache-Cassandra 作为我的数据库。我已经下载了0.8.2版本。但这个版本似乎有很多变化。当我尝试查找它的示例源代码时,我发现缺少它的示例。请任何人帮助我在java中启动cassandra 0.8.2。
I want to integrate apache-Cassandra as my Database. I have 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我之前曾问过类似问题。除非您指定更改,否则 Hector 是与 Apache Cassandra 一起使用的一个很好的库。
更新:看到我的上一个SO问题 有一个已接受的答案,其中包含已过时的链接,我已经设法编写了博客的一部分,介绍如何Java 中的 Apache Cassandra 0.8 接口。当然,它从 Cassandra 0.6 和 0.6 开始发生了变化。 0.7。
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.
另请参阅 Cassandra wiki 上的 ClientOptions 页面:http://wiki.apache.org/cassandra/ClientOptions
See also the ClientOptions page on the Cassandra wiki: http://wiki.apache.org/cassandra/ClientOptions
datastax 文档很好。特别是此处提供了一些包含客户端库示例的文档。
The datastax documentation is good. In particular there is some documentation with examples for client libraries here.
目前,使用 cassandra 版本 0.8.4 一切都对我来说没问题,包括启动 cassandra 数据库服务器和连接到 cassandra 的 java 源代码,您尝试过版本 0.8.4 吗?
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 ?