Please read the below blog
Cassandra : Sub-Query Implementation
http://cassandrapowerfulnosql.blogspot.in/2015/03/sub-query-in-
cassandra.html
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
Hi all,
Can I know $subject?
Thanks,
Harsha
--
*Harsha Kumara*
*Software Engineer*
*WSO2 Inc.*
*Sri Lanka.*
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
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
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.
&
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
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,
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
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
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
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
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~
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
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
;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
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
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
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
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
"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:
>
>
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
22 matches
Mail list logo