Top "Cqlsh" questions

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

Cassandra CQLSH TEXT field limit on COPY FROM CSV (field larger than field limit (131072))

When importing a record with a large field inside (longer than 124214 characters) I am getting the error "field larger than …

cassandra cqlsh
Cassandra NoHostAvailable: error in CQLSH

I just finished creating my table in cassandra. I attempted to insert data into the table and I was given …

cassandra cqlsh
Cassandra: Command Not Found

I am currently working on the Cassandra tutorials about data modeling. I cannot understand why whenever I try to run …

cassandra datastax cqlsh nodetool
Getting "unable to complete request: one or more nodes were unavailable" when performing insert statement using cqlsh

I'm trying to perform an insert on a brand new install of Cassandra 2, and while I was able to set …

cassandra cqlsh
Cassandra: Cannot truncate table

I have a table named buddyme.chatarch. When trying to truncate the table. cqlsh:buddyme> TRUNCATE chatarch; I am …

cassandra cassandra-2.0 cqlsh