How to find the Cassandra verson running

In this article, we will see how to find the Cassandra verson running.

We can find the cassandra version using following methods.

1. show version
2. select statement
3. cassandra -v on Linux
4. /usr/sbin/cassandra -v on Linux

Finnd the Cassandra verson running

1. Find the cassandra version by connecting to cqlsh and run below command.

show version;

How to find the Cassandra verson running

2. Run the below select command to find out the Cassandra version.

select release_version from system.local;

3. Select version from Linux shell by running cassandra -v

4. Select version from Linux shell by running /usr/sbin/cassandra -v

Leave a Reply

Your email address will not be published. Required fields are marked *