Convert cassandra-cli to cqlsh -
i pretty newbie on cassandra. so, have create colum cassandra-cli below:
create columnfamily session comparator = utf8type , column_type = standard , memtable_throughput = 128 , memtable_operations = 0.29 , read_repair_chance = 1.0 , max_compaction_threshold = 32 , min_compaction_threshold = 4 , gc_grace = 86400 , comment = 'json form of session, keyed session guuid'; however, move on cassandra 2.2.7, can not use cassandra-cli, insteaded, have use cqlsh command. can guy me convert cqlsh structure?
Comments
Post a Comment