how to configure the DBeaver and Cassandra

后端 未结 3 1026
醉酒成梦
醉酒成梦 2021-02-19 13:59

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 downloa

相关标签:
3条回答
  • 2021-02-19 14:17

    Here is another solution you can use trial drivers and way to configure:

    https://www.cdata.com/kb/tech/cassandra-jdbc-dbvr.rst

    0 讨论(0)
  • 2021-02-19 14:20

    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:

    0 讨论(0)
  • 2021-02-19 14:38

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

    0 讨论(0)
提交回复
热议问题