Re: [RELEASE] Apache Cassandra 2.1.0

2014-09-17 Thread abhinav chowdary
Manager @ DataStax @al3xandru -- Warm Regards Abhinav Chowdary

Re: cassandra + spark / pyspark

2014-09-11 Thread abhinav chowdary
Adding to conversation... there are 3 great open source options available 1. Calliope http://tuplejump.github.io/calliope/ This is the first library that was out some time late last year (as i can recall) and I have been using this for a while, mostly very stable, uses Hadoop i/o in

Re: [RELEASE] Apache Cassandra 2.1.0

2014-09-11 Thread abhinav chowdary
Yes its was released java driver 2.1 On Sep 11, 2014 8:33 AM, Tony Anecito adanec...@yahoo.com wrote: Congrads team I know you worked hard on it!! One question. Where can users get a java Datastax driver to support this version? If so is it released? Best Regards, -Tony Anecito

Read Entire row from cassandra

2014-04-17 Thread abhinav chowdary
We have one use case where we need to pull the entire wide row from Cassandra (using 2.0, DSE4.0 ). Is there a preferred way to do this? , currently we are using prepared statement with java driver..