Re: backend query of a Cassandra db

2014-05-30 Thread Bobby Chowdary
There are few way you can do this really depends on preferences to have separate cluster or use same nodes etc... 1. If you have DSE they have hadoop/hive integrated or you can use Opensouce hive handler by tuple jump  https://github.com/tuplejump/cash 2. Spark/Shark : Using Tuplejump Calliope

backend query of a Cassandra db

2014-05-30 Thread cbert...@libero.it
Hello, I have a working cluster of Cassandra that performs very well on a high traffic web application. Now I need to build a backend web application to query Cassandra on many non indexed columns ... what is the best way to do that? Apache hive? Pig? Cassandra 2 Thanks