We are attempting to replace our existing Cassandra EC2 Cluster with AWS Keyspace and we are attempting to keep our old code base. The idea is to simply get out
I'm using spring-data-cassandra:3.1.9 and the properties looks like : spring: data: cassandra: keyspace-name: general_log session-name: genera
In my project i am using spark-Cassandra-connector to read the from Cassandra table and process it further into JavaRDD but i am facing issue while processing C
I need to run a Cassandra instance on Windows... Don't ask why... Anyway the issue is that I have time stamp columns that show datetime in PST time zone but I
I am looking into deploying a database management system, replicated across regions (various data centers across a country). I am currently looking into the fol
I've Cassandra configured on Amazon EC2 having 3 nodes(instances) in single cluster. Now what I want to do is give some space on Cassandra to my clients by crea
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
created keyspace and using CQL but getting an Error CREATE KEYSPACE demodb WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' ...
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