I installed cassandra 2.0 successfully. When I try to run cql 3 , I do not get this option:
cassandra 2.0
cql 3
cassandra -v 2.0.9 ./cqlsh -3 Usage: cqlsh [options] [host [port]] cqlsh: error: no such option: -3
Once cassandra is blocked (I think in localhost with default settings) you can connect using
./cqlsh localhost
if you want to run it with a specific (older) version you can do
./cqlsh --cqlversion=XYZ localhost;
where XYZ is the version (for example: 3.1.0)
Source: https://habr.com/ru/post/972862/More articles:Replacing commas with dot and comma - javascriptSSL connection with AFNetworking 2.0, providing POST requests regardless of the certificate file used - iosHow to install JRE from Inno Setup? - javaAFNetworking public key for trust - objective-cDifference between two arrays of coffeescript objects using js underscore - javascriptAngular -ui-router breaks when reset with gulp - javascriptCassandra's null pointer and no log information - cassandraSingletones, curiously repeating template patterns and forwarding constructor options - c ++Print all possible phrases (consecutive word combinations) on a given line - pythonfailed to start cassandra cluster manager on Mac OS X: UnavailableSocketError - cassandraAll Articles