Re: Is nexted selects supported by Cassandra JDBC??

2015-08-16 Thread Job M Thomas
Please read the below blog Cassandra : Sub-Query Implementation http://cassandrapowerfulnosql.blogspot.in/2015/03/sub-query-in- cassandra.html

cassandra JDBC driver required

2014-08-13 Thread Akshay Ballarpure
I am using jdbc driver (cassandra-jdbc-1.2.5.jar) for cassandra, i wrote sample java code, did compiled it successfully but unable to run. any help appreciated. Any other jar i am missing here ? [root@CSL-simulation conf]# /usr/java/jdk1.7.0_60/bin/java -cp /root/Akshay/Cassandra/apache

Is Cassandra-jdbc-1.2.5 compatible with Cassandra 1.2,x version?

2014-07-02 Thread Harsha Kumara
Hi all, Can I know $subject? Thanks, Harsha -- *Harsha Kumara* *Software Engineer* *WSO2 Inc.* *Sri Lanka.*

Re: Assistence required to find Apache-Cassandra-2.0.4 version supported cassandra-jdbc jar

2014-01-24 Thread Steven A Robenalt
You can download it from maven central - http://search.maven.org - search for cassandra-driver-core and download 2.0.0-rc2. On Fri, Jan 24, 2014 at 12:36 PM, Chiranjeevi Ravilla < rccassandr...@gmail.com> wrote: > > Thanks for your reply. > > Actually i have used datastax driver ( > https://git

Re: Assistence required to find Apache-Cassandra-2.0.4 version supported cassandra-jdbc jar

2014-01-24 Thread Chiranjeevi Ravilla
Thanks for your reply. Actually i have used datastax driver (https://github.com/datastax/java-driver) source and created jar ,but no luck. Where can we found pre compiled Jar which is suitable for Apache Cassandra 2.0.4 version. Regards, Chiru On 25-Jan-2014, at 1:15 AM, Steven A Robenalt

Re: Assistence required to find Apache-Cassandra-2.0.4 version supported cassandra-jdbc jar

2014-01-24 Thread Steven A Robenalt
th an actual relational database. Steve On Fri, Jan 24, 2014 at 9:19 AM, chiru R wrote: > Hi All, > > Please help me to find Apache-Cassandra-2.0.4 version supported > cassandra-jdbc jar file. we are planning to run java application which will > access Cassandra database. &

Assistence required to find Apache-Cassandra-2.0.4 version supported cassandra-jdbc jar

2014-01-24 Thread chiru R
Hi All, Please help me to find Apache-Cassandra-2.0.4 version supported cassandra-jdbc jar file. we are planning to run java application which will access Cassandra database. Thanks Chiru

Re: Is nexted selects supported by Cassandra JDBC??

2013-06-25 Thread Sylvain Lebresne
quot;user@cassandra.apache.org" ; Tony > Anecito > *Sent:* Tuesday, June 25, 2013 9:06 AM > *Subject:* Re: Is nexted selects supported by Cassandra JDBC?? > > No. CQL3 doesn't support nested selects. > > -- > Sylvain > > > On Tue, Jun 25, 2013 at 5:02 PM,

Re: Is nexted selects supported by Cassandra JDBC??

2013-06-25 Thread Tony Anecito
ot; ; Tony Anecito Sent: Tuesday, June 25, 2013 9:06 AM Subject: Re: Is nexted selects supported by Cassandra JDBC?? No. CQL3 doesn't support nested selects. -- Sylvain On Tue, Jun 25, 2013 at 5:02 PM, Tony Anecito wrote: Hi All, > > >Is nested select supported by Cassandra

Re: Is nexted selects supported by Cassandra JDBC??

2013-06-25 Thread Sylvain Lebresne
No. CQL3 doesn't support nested selects. -- Sylvain On Tue, Jun 25, 2013 at 5:02 PM, Tony Anecito wrote: > Hi All, > > Is nested select supported by Cassandra JDBC driver? > > So for a simple example to get a list of user details from a users column > family: > &g

Is nexted selects supported by Cassandra JDBC??

2013-06-25 Thread Tony Anecito
Hi All, Is nested select supported by Cassandra JDBC driver? So for a simple example to get a list of user details from a users column family: Select * from user_details where user_id in (Select user_id from users) Thanks! -Tony

Re: Does Cassandra JDBC driver support result set fetching?

2013-02-24 Thread aaron morton
The cassandra-jdbc driver here http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/ uses the Thrift transport which does not support streaming results. The new (beta) native binary protocol supports partial results http://www.datastax.com/docs/1.2/cql_cli/cql_binary_protocol Cheers

Cassandra-jdbc-1.1.1 driver compatibility with Cassandra servers

2012-08-09 Thread Dinusha Dilrukshi
Does cassandra-jdbc-1.1.1 driver can be used with Cassandra server 1.0.0 version ? Or does it support only the Cassandra server versions 1.1.0 and later ? Regards, ~Dinusha~

Re: Any improvements in Cassandra JDBC driver ?

2012-03-29 Thread R. Verlangen
here it get over written, if it isn't there it gets inserted. >> >> -Jeremiah >> >> >> -- >> *From:* Dinusha Dilrukshi [sdddilruk...@gmail.com] >> *Sent:* Wednesday, March 28, 2012 11:41 PM >> *To:* user@cassandra.apache.org

Re: Any improvements in Cassandra JDBC driver ?

2012-03-29 Thread Dinusha Dilrukshi
PM > *To:* user@cassandra.apache.org > *Subject:* Any improvements in Cassandra JDBC driver ? > > Hi, > > We are using Cassandra JDBC driver (found in [1]) to call to Cassandra > sever using CQL and JDBC calls. One of the main disadvantage is, this > driver is not availa

RE: Any improvements in Cassandra JDBC driver ?

2012-03-29 Thread Jeremiah Jordan
;t there it gets inserted. -Jeremiah From: Dinusha Dilrukshi [sdddilruk...@gmail.com] Sent: Wednesday, March 28, 2012 11:41 PM To: user@cassandra.apache.org Subject: Any improvements in Cassandra JDBC driver ? Hi, We are using Cassandra JDBC driver (found in [1]) t

Any improvements in Cassandra JDBC driver ?

2012-03-28 Thread Dinusha Dilrukshi
Hi, We are using Cassandra JDBC driver (found in [1]) to call to Cassandra sever using CQL and JDBC calls. One of the main disadvantage is, this driver is not available in maven repository where people can publicly access. Currently we have to checkout the source and build ourselves. Is there

Re: Cassandra jdbc-driver: no viable alternative at character '?'

2011-12-08 Thread Dinusha Dilrukshi
Hi Evans, On Thu, Dec 8, 2011 at 8:59 PM, Eric Evans wrote: > On Thu, Dec 8, 2011 at 4:20 AM, Dinusha Dilrukshi > wrote: > > I am using cassandra-jdbc driver and following is my code snip written > for > > delete a entry from column family. > > Where did you get th

Re: Cassandra jdbc-driver: no viable alternative at character '?'

2011-12-08 Thread Eric Evans
On Thu, Dec 8, 2011 at 4:20 AM, Dinusha Dilrukshi wrote: > I am using cassandra-jdbc driver and following is my code snip written for > delete a entry from column family. Where did you get this driver? Is it a release, is it from git (and if so, when/which ID?). What version of Cassand

Cassandra jdbc-driver: no viable alternative at character '?'

2011-12-08 Thread Dinusha Dilrukshi
Hi, I am using cassandra-jdbc driver and following is my code snip written for delete a entry from column family. String query1 = "delete from USER where key=?"; PreparedStatement stmt = con.prepareStatement(query1); stmt.setString(1, "dinusha"); stmt.execute(); But I

Re: Cassandra JDBC

2011-11-16 Thread Nilabja Banerjee
"select * from users"); jdbcConn.close(); } } On 16 November 2011 13:55, Jone Lura wrote: > Hi, > > I downloaded the cassandra-jdbc and built with maven. > > And when I am trying to use it in my application I get an exception on the > following code: > >

Cassandra JDBC

2011-11-16 Thread Jone Lura
Hi, I downloaded the cassandra-jdbc and built with maven. And when I am trying to use it in my application I get an exception on the following code: java.sql.Connection conn = DriverManager.getConnection("jdbc:cassandra://localhost:9160/MyKeyspace"); java.lang.IncompatibleClassC