Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is cassandra-cli

Tags:

cassandra

I have installed Cassandra 3.7 using docker. I am reading a book which asks me to run a utility called cassandra-cli

however when I do a find / -name cassandra-cli I don't find this utility anywhere.

Do you know how can I install it? I guess this utility helps you in figuring out how the data is actually being stored by cassandra.

like image 975
Knows Not Much Avatar asked Sep 05 '16 23:09

Knows Not Much


People also ask

Where is Cassandra installed Linux?

Note − If you have installed Cassandra from a deb or rpm package, the configuration files will be located in /etc/cassandra directory of Cassandra. The above command opens the cassandra. yaml file. Verify the following configurations.


1 Answers

cassandra-cli is deprecated and got removed since 2.2. Use cqlsh instead.

like image 50
Eugen Constantin Dinca Avatar answered Oct 03 '22 15:10

Eugen Constantin Dinca