python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cassandra 4.0.1 can't be started using 'cassandra -f' command on MAC OSX
After my Mac upgraded to Monterey, I had to reinstall cassandra from 3.x.x to 4.0.1.
I can't start Cassandra 4.0.1 using 'cassandra -f' command. I see following warning/errors:
WARN [main] 2022-01-19...
ios_mxe
Votes: 0
Answers: 1
Less rows being inserted by sstableloader in ScyllaDB
I'm trying to migrate data from Cassandra to ScyllaDB from snapshot using sstableloader and data in some tables gets loaded without any error but when verifying count using PySpark, it gives less rows...

Varun Nagrare
Votes: 0
Answers: 2
How to copy datas from one table to another table with different Schemas? (Cassandra)
I have a table named table1 which includes the following
+----------+-------+
|date |count |
+----------+-------+
|2022-01-07|2 |
|2022-01-06|0 |
|2022-01-05|1 ...

AMAN DUTTA
Votes: 0
Answers: 1