a month ago
I enabled the internal hive on the metastore federation using this query command
CREATE CONNECTION IF NOT EXISTS internal-hive TYPE hive_metastore
OPTIONS (builtin true);
But I can't get a password or username to access the JDBC URL.
a month ago
Have you tried using token as username and use a valid PAT token as your password?
a month ago
Yes, I got this error.
Access denied for user 'token'@'185.59.*****' (using password: YES)
a month ago
Can you share with me the JDBC connection string you are running? you can remove any sensitive data if needed
a month ago - last edited a month ago
jdbc://35.23*.***:3306/organization45897****935 |
organization458975****7935 |
458975*****7935 |
35.239.**.*** |
3306 |
true |
I tried using Dbeaver to connect but it failed also
a month ago
Oh ok, so you are connecting from Databricks cluster to MySQL, on this case the username and password needs to be the one for the MySQL database
a month ago
Not really, what I want to achieve is connecting to an external hive but I do want to configure the external hive on our server to be able to interact with the Databricks cluster in such a way that I could have access to thrift protocol.
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group