Top "Cqlsh" questions

cqlsh is a python-based command line client for executing Cassandra Query Language (CQL)

Cassandra cqlsh - connection refused

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 cqlsh
Cassandra cqlsh Unable to connect to any servers - 127.0.0.1:9160 (closed)> is already closed

I installed Cassandra on OSX. When trying to run cqlsh from /bin/, I get the following error: > Connection error: (…

cassandra cqlsh
How to connect Cassandra to localhost using cqlsh?

I set rpc_port to the public IP address, and now I can connect to Cassandra just fine from an …

cassandra cqlsh
Export cassandra query result to a csv file

I'm new in cassandra, and I have to export the result of a specific query to a csv file. I …

cassandra cqlsh
Cassandra timeout cqlsh query large(ish) amount of data

I'm doing a student project involving building and querying a Cassandra data cluster. When my cluster load was light ( around 30…

cassandra timeout cqlsh
Import and export schema in cassandra

How to import and export schema from Cassandra or Cassandra cqlsh prompt?

database cassandra schema database-schema cqlsh
How to connect to Cassandra(remotehost) using cqlsh

I cannot cqlsh to remote host ./cqlsh xx.xx.x.xxx 9042 Connection error: ('Unable to connect to any servers', {'10.101.33.163…

cassandra cqlsh
How do you create the first user in Cassandra DB

How does one create the first user in a cassandra database? I tried: CREATE USER username WITH PASSWORD ""; and its …

cassandra cql cqlsh
Is there a clear equivalent of 'show keyspaces' in cqlsh 2?

What cqlsh command can I use to quickly see the keyspaces in a cluster? cqlsh does not provide show keyspaces …

cassandra cql cqlsh
How to configure cassandra for remote connection

I am trying to configure Cassandra Datastax Community Edition for remote connection on windows, Cassandra Server is installed on a …

cassandra cqlsh cassandra-cli nosql