I'm currently architecting a system that must be capable of dealing with tens of thousands of writes per second. I am more-or-less settled on using Apache Cassandra for the persistence ...
I am trying to develop application using Hive as the Database, and then I also find noSQL solutions as an alternative to it.
Now decided to develop using Cassandra, my next problem ...
I am trying to build a java client to talk with cassandra, when i ant release, i got error that module not found org.apache.cassandra#apacke.cassandra;0.85
I have installed cassandra 0.85 and put ...
I'm new to cassandra and hector so i'm trying to execute cql queries but the problem is that not all columns are of type string so how dow I execute the ...