Skip to content

Cassandra

Andres Olarte edited this page Oct 25, 2016 · 2 revisions

Command line access

sudo ccm node1 cqlsh --config-dir=/opt/cassandra -k myaccount2_user_data

CQL

Drop table

DROP TABLE user;
Clone this wiki locally