Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mdepur
Contributor
Contributor

Configuring cassandra JDBC driver

Hi all,

I am trying to connect QDC to cassandra DB. Below are the steps I have followed till now.

1. Download and place cassandra JDBC driver in Tomcat_home/WEB_INT/lib

2. restarted QDC server.

3. Added the JDB driver in the admin page as show below.

I feel I am making some mistake while configuring it. Can anyone help me with the correct Driver class Name, escape char and connect string for cassandra-jdbc-driver-0.6.4-shaded.jar JDBC driver.

Below are the strings i used

Driver class : com.github.cassandra.jdbc.CassandraDriver

connection string : jdbc:c*:datastax://host1,host2/system_auth?consistencyLevel=ONE

cass.JPG

Labels (2)
2 Replies
DaveHowland
Employee
Employee

Hi @mdepur , 

Are you getting an error when you try to establish a connection? 

 

Thanks, David

 

 

Hordy_Beauzile
Support
Support

Hi @mdepur

 

Is there an error message when connecting to this JDBC driver?

Best,

Hordy