...
...
...
...
...
...
...
...
...
...
...
...
Applies to:Kyvos Enterprise Kyvos Cloud Kyvos Azure Marketplace Kyvos Single Node Installation
Kyvos Single Node Standard Installation Kyvos Free
Kyvos supports the DBeaver SQL tool to query on the Kyvos semantic model.
...
- Download the DBeaver SQL tool. You can also download it Microsoft Store.
- Install and launch DBeaver.
Download the Hive JDBC driver and Apache license from GitHub.
Info title Info Configuring the Hive JDBC driver and Apache license from GitHub is a one-time activity.
For this, do the following:
- On the DBeaver Home page, go to Database > Manage Driver and search for Apache Hive, and then click Edit.
- On the Edit Driver dialog box, click the Libraries tab.
- If you don't have a Hive driver, click Download, then click the driver link, and Download it.Similarly, click the license link and then click Download.
-or-
If you already have a Hive driver and you want to add it, then on the Edit Driver dialog, click the Libraries tab, and then click Add file and provide a path for the Hive driver. - Click Find Class and select the Hive Driver from the Driver Class list, and then click ok.
- On the DBeaver Home page, go to Database > Manage Driver and search for Apache Hive, and then click Edit.
- Go to the DBeaver home page, select Create new Database connection, and then select Apache Hive.
- Click Next.
- To create a new connection, do the following:
Host: Specify host details as:
hostname:port/;transportMode=http;httpPath=kyvos/sqlInfo In case of SSL enabled server, enter hostname: port/;transportMode=http;httpPath=kyvos/sql; ssl=true
- Port: Keep the port field blank.
- Provide your respected Database username and password.
- Click Test Connection to verify whether you are able to connect or not. If you can successfully connect, click Finish.
- After establishing the connection, you can query the Kyvos semantic model.
...