Tag: Cqlsh
Posts of Tag: Cqlsh
  1. docker-compose does not launch

    I'm trying to use docker-compose to launch 2 images - Apache Cassandra running as a server - Another similar container, but running the sql interpreter I'm pretty new to docker, this is what I've tried so fa...Learn More
    dockerCassandraCqlshdocker-compose
  2. nodetool repair for "SYSTEM" and "OPSCENTER" keyspaces

    Do we also need to repair "SYSTEM" keyspaces and "OPSCENTER" keyspaces in Cassandra, along with the keyspaces we created? ...Learn More
    CassandraDatastaxCqlshdatastax-enterprisenodetool
  3. Comparison based on Dates

    I have one table in Cassandra :- CREATE TABLE printerload ( gp_date timestamp, printed_cost float, printed_pages int, saved_cost float, saved_pages int, PRIMARY KEY (gp_date) ) I have i...Learn More
    CqlCqlshcassandra-2.0