Top "Cassandra-cli" questions

The Cassandra CLI is a holdover from the pre-CQL Thrift API.

How to list all the available keyspaces in Cassandra?

I am newbie in Cassandra and trying to implement one toy application using Cassandra. I had created one keyspace and …

cassandra cassandra-cli
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
How to select data from a table and insert into another table?

I want to select specific fields of a table in cassandra and insert them into another table. I do this …

cassandra cassandra-cli cqlsh
Cassandra read timeout

I am pulling big amount of data from cassandra 2.0, but unfortunately getting timeout exception. My table: CREATE KEYSPACE StatisticsKeyspace WITH …

cassandra cassandra-2.0 datastax datastax-java-driver cassandra-cli
What's the difference between creating a table and creating a columnfamily in Cassandra?

I need details from both performance and query aspects, I learnt from some site that only a key can be …

cassandra cassandra-cli
in cassandra-cli how to get all column names in a table and how to get it using hector in java?

I'm trying to get column names but could not get way to get only column names. In cli I executed …

java cassandra hector cassandra-cli
No appropriate python interpreter found. Cassandra

I am a java developer and am very new to Linux and Cassandra. I am using CentOS6. I am trying …

cassandra cassandra-2.0 cassandra-cli cassandra-2.1
mismatched input ')' expecting EOF in CQL

created keyspace and using CQL but getting an Error CREATE KEYSPACE demodb WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' ... …

cassandra cql cql3 cassandra-cli
Run cassandra queries from command line

I want to execute cql queries from bash command. [cqlsh 3.1.8 | Cassandra 1.2.19 | CQL spec 3.0.5 | Thrift protocol 19.36.2] [root@hostname ~]# /opt/apache-cassandra-1.2.19/bin/…

bash cassandra cql cqlsh cassandra-cli
Alter cassandra column family primary key using cassandra-cli or CQL

I am using Cassandra 1.2.5. After creating a column family in Cassandra using cassandra-cli, is it possible to modify the primary …

cassandra cql cql3 cassandra-cli cqlsh