Re: [RELEASE] Apache Cassandra 2.1.0

2014-09-17 Thread abhinav chowdary
rt of the release or needs to be downloaded from Datastax >>> somewhere. I am wondering about the java driver. >>> >>> Thanks! >>> -Tony >>> >>> >>> On Thursday, September 11, 2014 9:47 AM, abhinav chowdary < >>> abhin

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" 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 > Founder/President >

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 Cassandra

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..