You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Apache Hive provider's Hive Client Wrapper connection is missing the possibility to pass extra JDBC parameters to build the JDBC connection string.
I would like to use it to connect to Hive in Cloudera CDP but unfortunately it is not possible in our environment since we cannot pass JDBC parameters like: transportMode, sslTrustStore, trustStorePassword.
Cloudera docs on JDBC connection string syntax can be found here
Use case/motivation
I want to be able to pass extra JDBC parameters to Hive ClientWrapper connection
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Description
The Apache Hive provider's Hive Client Wrapper connection is missing the possibility to pass extra JDBC parameters to build the JDBC connection string.
I would like to use it to connect to Hive in Cloudera CDP but unfortunately it is not possible in our environment since we cannot pass JDBC parameters like: transportMode, sslTrustStore, trustStorePassword.
Cloudera docs on JDBC connection string syntax can be found here
Use case/motivation
I want to be able to pass extra JDBC parameters to Hive ClientWrapper connection
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: