how to configure the DBeaver and Cassandra

故事扮演 提交于 2019-12-06 18:50:11

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!