How can you see which version of Cassandra is installed on your system? What is the minimum version to be used with DataMiner?
Open nodetool in command prompt (found in C:\Program Files\Cassandra\bin).
Then type "nodetool version"
It's advised to use v3.7
Another option, which allows you to check it if you don't have access to nodetool:
User query executer in DataMiner Cube and enter the following query.
select release_version from system.local;
Hi Jens,
You can use nodetool:
nodetool version
Hi Jens,
You can use the Cassandra nodetool to verify the version of Cassandra that is running.
Using a command prompt, navigate to c:\Program Files\Cassandra\bin and run 'nodetool version'
Hi Jens,
You can also find it in the SLDBConnection, after startup when DataMiner is able to connect with Cassandra. 2020/08/03 09:34:47.410|SLDBConnection|SLDBConnection|INF|0|1|Cassandra is currently running on version: 3.7
It is also mentioned in the report files of watchdog located in c:\Skyline DataMiner\Logging\WatchDog\Reports
<DB timespan="9015" unit="ms" state="active" version="3.7" type="cassandra" health="GREEN" pendingCompactions="0" lastCompaction="Undefined">