Can kyuubi work with Airflow's JDBC Operator? #1755
Unanswered
zhichaoleo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
you might need to downgrade hive jdbc from 3.1.2 to 2.3.9 or lower. Also, it's helpful to check the kyuubi server and engine's log |
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
-
Hi Team,
I am using Kyuubi to interact with delta lake on Azure, and I plan to call the Hive JDBC URL(jdbc:hive2://<My_Host>:10009) provided by kyuubi through Airflow's JDBC Operator to complete a series of data operations.
However, it doesn't work. My Kyuubi version: 1.3.1-incubating, Airflow version: 2.2.2.
I configure my JDBC connection with below values on airflow:
And my test DAG code is :
And there is no error log, just some info logs. Although I turned on the debug log, I still can't see the relevant error message.
Could you help me with this problem?
Regards & Thanks
Beta Was this translation helpful? Give feedback.
All reactions