apache/airflow

Add support for extra JDBC parameters for Hive Client Wrapper in apache-hive provider

已關閉

#45,049 建立於 2024年12月18日

 (1 則留言) (0 個反應) (0 位負責人)Python (16,781 個分叉)batch import
good first issuekind:featureprovider:apache-hive

倉庫指標

星標
 (44,809 顆星)
PR 合併指標
 (平均合併 7天 18小時) (30 天內合併 834 個 PR)

描述

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

貢獻者指南