Connecting Trino to Databricks on Azure #16814
Unanswered
malcolndandaro
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Just a update: I was able to connect by deploying a Hive metastore server using this docker image (https://github.com/naushadh/hive-metastore) and connecting this server to the metastore DB i already use. But i still would like to know if theres a way to connect to the cluster JDBC endpoint, just like we do with SQL Server and other databases. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i'm trying to setup Trino to connect to our Databricks workspace that is running on Azure. I wasn't able to connect till now, and didn't find much documentation about it.
Our workspace uses a external hive database (mariadb) but we don't have a separated thrift server, we use the "local mode" option
I tried to do some test with the "trino-delta-lake" connector but he asks for a hive.metastore.uri, which i don't think i have.
Has anyone been able to do this connection? or i actually need to use a "remote mode" thrift server in our workspace?
Is there anyway to connect to the JDBC endpoint that the cluster has? like
jdbc:databricks://adb-xxxxxxxxx.azuredatabricks.net:443/....
Beta Was this translation helpful? Give feedback.
All reactions