Reputation: 507
I am trying to connect my Cassandra database to Eclipse. I was created a table in Cassandra using Terminal. Now I want to get that table contents to the Eclipse console terminal. How to connect my Cassandra database to Eclipse. I am using the Ubuntu system. Please help me.
Upvotes: 1
Views: 3385
Reputation: 47
You can go with setup using following steps:
First go to market place and add DBeaver Plugin in you Eclipse
Now Connect your cassandra Database: Create a JDBC Data Source for Cassandra Data
Follow the steps below to load the driver JAR in DBeaver.
Setup Driver Manager:
Create New Connection
1.Click new Connection link and select recently created cassandra driver among the available drivers.
2.Provide JDBC url,username and password.
3.Click test connection
For Detailed Reference https://www.cdata.com/kb/tech/cassandra-jdbc-dbvr.rst
Best of Luck!!!!
Upvotes: 2