当前位置:  开发笔记 > 运维 > 正文

我怎么知道我正在运行什么版本的Cassandra?

如何解决《我怎么知道我正在运行什么版本的Cassandra?》经验,为你挑选了4个好方法。

我只是按照下面链接中的说明运行运行Cassandra的EC2上的机器,但我不知道它是什么版本.我怎么知道这个?我知道我错过了一些非常简单的东西,只是不知道在哪里看.

http://wiki.apache.org/cassandra/CloudConfig



1> CrazyPheel..:

使用nodetools可能更容易

./nodetool -h localhost version



2> Costi Muraru..:

你可以使用cqlsh.

$ cqlsh

Connected to Test Cluster at localhost:9160.
[cqlsh 3.1.8 | Cassandra 1.2.18 | CQL spec 3.0.5 | Thrift protocol 19.36.2]
Use HELP for help.



3> Haiying Wang..:

也可以在CQL中使用"SHOW VERSION"命令:

cqlsh:mydb> SHOW VERSION ;
[cqlsh 5.0.1 | Cassandra 2.1.2 | CQL spec 3.2.0 | Native protocol v3]



4> chuckx..:

在查看了您列出的说明之后,看起来您正在使用Debian(基于)的系统.特别是在"Cassandra Basic Setup"部分中,它说:

Step 3. Install the Debian package for Cassandra

% apt-get update % apt-get install cassandra

At this point, Cassandra will be installed and running. However, it's not configured for a multi-node cluster. So we need to continue.

如果您按照此步骤安装Cassandra,您只需使用Debian的软件包管理工具来查询您安装的软件包:

% dpkg -s cassandra

推荐阅读
php
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有