After working with Cassandra for couple of months I thought of jotting down my Cassandra experience including what we did, what I liked and not so liked. But I need to put a little disclaimer up front. We are currently using Cassandra 0.7 (“What !#$*?? Have you been living under a rock? Get your self [...]
Archive for November, 2011
Cassandra : Lessons learnt
Posted in Concepts, Projects, tagged Apache Cassandra, NoSQL on November 27, 2011 | 3 Comments »
Modelling SQL queries using Map Reduce
Posted in Concepts, miscellaneous, tagged Hadoop, MapReduce on November 11, 2011 | Leave a Comment »
Let’s see how we can model some regularly used SQL queries using map reduce. select … from … where … Take following example For this example let’s assume a suitable InputFormat (in case of Hadoop) does the reading from the database and emit key value pairs in the form (k, rec) where k is primary [...]
Hector : Under the Hood
Posted in miscellaneous, Tips, tagged Apache Cassandra, Cassandra, Hector on November 6, 2011 | 2 Comments »
One of the past several days I decided to have a look how Hector, the Cassandra access library works under the hood. This was partially motivated by of the confusing the notions I had about some of API classes, specially Cluster. My initial impression was Cluster API class represents a Cassandra cluster but looking at [...]

