How to find Cassandra Version installed

In this article, we will see how to find Cassandra Version installed on your machine.

We can find the Cassandra Version installed on our machine using following methods:

1. Using show version command:

show version

2. Running query against system table.

select release_version from system.local;

Output:
On my machine, installed Cassandra version is 3.11.8.

How to find Cassandra Version installed

If you want to know steps to install Cassandra on CentOS or Redhat the click on