-
Code of Conduct
Search before asking
Describe the bugbeeline command: [phamnv@fedora spark-3.2.0-bin-hadoop3.2]$ bin/beeline -u jdbc:hive2://fedora:10009/default --hivevar hive.server2.proxy.user=phamnv -n kyuubi -p password proxyUser is null because confKey is When put [phamnv@fedora spark-3.2.0-bin-hadoop3.2]$ bin/beeline -u jdbc:hive2://fedora:10009/default;#hive.server2.proxy.user=phamnv -n kyuubi -p password Affects Version(s)1.4.0-incubating Kyuubi Server Log OutputNo response Kyuubi Engine Log OutputNo response Kyuubi Server Configurationsdefault Kyuubi Engine Configurationsdefault Additional contextNo response Are you willing to submit PR?
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
try after removing |
Beta Was this translation helpful? Give feedback.
-
bin/beeline -u jdbc:hive2://fedora:10009/default;hive.server2.proxy.user=phamnv -n kyuubi -p password @yaooqinn proxy-user is anonymous
|
Beta Was this translation helpful? Give feedback.
-
I tried locally, the realUser and proxyUser seemed to be correct |
Beta Was this translation helpful? Give feedback.
-
Yes. Sorry, I forgot quotes. realUser and proxyUser are correct now. |
Beta Was this translation helpful? Give feedback.
-
you need to quote |
Beta Was this translation helpful? Give feedback.
-
So I think we can close this issue. |
Beta Was this translation helpful? Give feedback.
-
I will transfer this to disscussions |
Beta Was this translation helpful? Give feedback.
you need to quote
'jdbc:hive2://fedora:10009/default;hive.server2.proxy.user=phamnv'