- Default data center of Cassandra is
datacenter1. - Use
nodetool statusto check status of node and data center name is able to be gotten from the result. - Use
cqlshto connect to Cassandra. - Create keyspace after connect to Cassandra
CREATE KEYSPACE test_keyspace WITH replication = {'class':'SimpleStrategy', 'replication_factor' : 1};