The Cassandra CLI is a holdover from the pre-CQL Thrift API.
I am newbie in Cassandra and trying to implement one toy application using Cassandra. I had created one keyspace and …
cassandra cassandra-cliI am trying to configure Cassandra Datastax Community Edition for remote connection on windows, Cassandra Server is installed on a …
cassandra cqlsh cassandra-cli nosqlI want to select specific fields of a table in cassandra and insert them into another table. I do this …
cassandra cassandra-cli cqlshI 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-cliI need details from both performance and query aspects, I learnt from some site that only a key can be …
cassandra cassandra-cliI'm trying to get column names but could not get way to get only column names. In cli I executed …
java cassandra hector cassandra-cliI 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.1created keyspace and using CQL but getting an Error CREATE KEYSPACE demodb WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' ... …
cassandra cql cql3 cassandra-cliI 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-cliI 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