cqlsh is a python-based command line client for executing Cassandra Query Language (CQL)
I've just started working with Cassandra (datastax), version 2.1.3 and cqlsh version 5.0.1. Cassandra starts up fine and the cluster is operational …
cassandra cqlshI installed Cassandra on OSX. When trying to run cqlsh from /bin/, I get the following error: > Connection error: (…
cassandra cqlshI set rpc_port to the public IP address, and now I can connect to Cassandra just fine from an …
cassandra cqlshI'm new in cassandra, and I have to export the result of a specific query to a csv file. I …
cassandra cqlshI'm doing a student project involving building and querying a Cassandra data cluster. When my cluster load was light ( around 30…
cassandra timeout cqlshHow to import and export schema from Cassandra or Cassandra cqlsh prompt?
database cassandra schema database-schema cqlshI cannot cqlsh to remote host ./cqlsh xx.xx.x.xxx 9042 Connection error: ('Unable to connect to any servers', {'10.101.33.163…
cassandra cqlshHow does one create the first user in a cassandra database? I tried: CREATE USER username WITH PASSWORD ""; and its …
cassandra cql cqlshWhat cqlsh command can I use to quickly see the keyspaces in a cluster? cqlsh does not provide show keyspaces …
cassandra cql cqlshI am trying to configure Cassandra Datastax Community Edition for remote connection on windows, Cassandra Server is installed on a …
cassandra cqlsh cassandra-cli nosql