QnaList > Groups > Cassandra-User > Jan 2014
faq

Assistence Required To Find Apache-Cassandra-2.0.4 Version Supported Cassandra-jdbc Jar

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

asked Jan 24 2014 at 09:19

chiru R 's gravatar image



3 Replies for : Assistence Required To Find Apache-Cassandra-2.0.4 Version Supported Cassandra-jdbc Jar
Hi Chiru,
I would recommend that you consider building your Java application around
CQL3 and the Datastax Java Driver instead. While a JDBC driver gives a
familiar interface, it doesn't give you access to the full power of
Cassandra. If you really want to use JDBC, you may be better off with an
actual relational database.
Steve
Steve Robenalt
Software Architect
HighWire | Stanford University
425 Broadway St, Redwood City, CA 94063
[email protected]
http://highwire.stanford.edu

answered Jan 24 2014 at 11:45

Steven A Robenalt 's gravatar image


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

answered Jan 24 2014 at 12:36

Chiranjeevi Ravilla 's gravatar image


You can download it from maven central - http://search.maven.org - search
for cassandra-driver-core and download 2.0.0-rc2.
Steve Robenalt
Software Architect
HighWire | Stanford University
425 Broadway St, Redwood City, CA 94063
[email protected]
http://highwire.stanford.edu

answered Jan 24 2014 at 13:20

Steven A Robenalt 's gravatar image


Related discussions

Tagged

Group Cassandra-user

asked Jan 24 2014 at 09:19

active Jan 24 2014 at 13:20

posts:4

users:3

©2013 QnaList.com