Category "cassandra"

starting Cassandra AssertionError

When i try to start Cassandra, i received an AssertionError about "durable_wrıtes". I tried to install different Cassandra versions but nothing changed. OS

mismatched input ')' expecting EOF in CQL

created keyspace and using CQL but getting an Error CREATE KEYSPACE demodb WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' ...

How do order by with one primary key cassandra?

I'm trying to use the order by feature of cassandra, but with only one primary key. But when I try to create my table, this is what cassandra returns. CREATE TA