how to configure the DBeaver and Cassandra

2019-04-20 09:44发布

问题:

I am very new to DBeaver. From forum i got to know that driver need to update for cassandra 3+ to work with DBeaver. https://github.com/serge-rider/dbeaver/issues/167 I downloaded this new driver but unable to set the class path. Can anyone help me on this.Below is the current config i did for driver and cassandra.

回答1:

Download and use dbeaver enterprise edition (for free as well, not open source though) which includes cassandra driver by default.



回答2:

As I had some problems finding Cassandra driver after DBeaver install, I went through another way:

  • Cloned this GitHub project
  • Built the jar file (mvn package)
  • Added this jar file to the Driver Manager configuration, using the JDBC Class Name and JDBC URL values as described at project README: