What should be the connection string while using CQL jdbc driver?
Will I be able to find a proper/complete example for CQL using CQL JDBC driver in Java online?
Regards, Tamil
|
|
|
You'll need the cql jar from the apache site. Here's the basic test I used after entering data via CLI (using sample from wiki):
The user/password (root/root) seems arbitrary, just be sure to specify the Keyspace (MyKeyspace) Note, 'first' is quoted in the query string because it is an CQL keyword |
|||||||||||||
|
|
You may also try using the cassandra-jdbc driver from http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/. Alternatively using the following maven dependency:
|
|||
|
|