apache/airflow
View on GitHubAdd support for extra JDBC parameters for Hive Client Wrapper in apache-hive provider
Open
#45,049 opened on Dec 18, 2024
good first issuekind:featureprovider:apache-hive
Repository metrics
- Stars
- (44,809 stars)
- PR merge metrics
- (Avg merge 7d 18h) (834 merged PRs in 30d)
Description
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?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct