问题
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:
来源:https://stackoverflow.com/questions/39458880/how-to-configure-the-dbeaver-and-cassandra