Skip to main content
1-Visitor
October 28, 2016
Question

How can I use Cassandra Db?

  • October 28, 2016
  • 1 reply
  • 2202 views

Hello,

I wanna use Cassandra Database(NoSql).

I installed Cassandra and imported Cassandra JDBC Extension(made by JDBC Creator).

But, It doesn't work correctly. I have succeeded to connect Firebird Database, so I tried to same means.

If you succeeded to use Cassandra, reply please.

Thanks!

1 reply

5-Regular Member
October 28, 2016

What does your configuration look like?

hpark-211-VisitorAuthor
1-Visitor
October 31, 2016

JDBC Driver Class Name : org.apache.cassandra.cql.jdbc.CassandraDriver

JDBC Connection String : jdbc:cassandra://localhost:9160/cycling ( I have cycling as keyspace )

connectionValidationString : select * from cycling.cyclist_alt_stats; (table name is cyclist_alt_stats in cycling)

What should I revise ?

Thanx!