Using datastax 3.0.
Connected to Test Cluster at localhost:9160.
[cqlsh 2.2.0 | Cassandra 1.1.9.1 | CQL spec 3.0.0 | Thrift protocol 19.33.0]
Use HELP for help.
Using above cqlsh, created a table t0 with composite key (col1, col2, col3)
Then went into cassandra-cli but unable to see the table t0 (column family).
Connected to: "Test Cluster" on 127.0.0.1/9160
Welcome to Cassandra CLI version 1.1.9.1
use demo_ks
describe demo_ks
Keyspace: demo_ks:
Replication Strategy: org.apache.cassandra.locator.SimpleStrategy
Durable Writes: true
Options: [replication_factor:1]
Column Families: ----> Blank. I was expecting to see 'T0'
Is there some compatibility issue between cql 3.0 and cassandra-cli ?
Thanks
IThanks