apache-cassandra 0.8.2 的问题

发布于 2024-11-27 05:58:28 字数 120 浏览 0 评论 0原文

我想集成 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

二手情话 2024-12-04 05:58:28

我之前曾问过类似问题。除非您指定更改,否则 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.

等风来 2024-12-04 05:58:28

另请参阅 Cassandra wiki 上的 ClientOptions 页面:http://wiki.apache.org/cassandra/ClientOptions

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

紫南 2024-12-04 05:58:28

datastax 文档很好。特别是此处提供了一些包含客户端库示例的文档。

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

注定孤独终老 2024-12-04 05:58:28

目前,使用 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 ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文