-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] "GSS initiate failed" error occurs when connect to kerberized Kyuubi with Kyuubi beeline #1567
Comments
…"GSS initiate failed" error ### _Why are the changes needed?_ Failed to connect to kerberized Kyuubi with Kyuubi beeline. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate Before: ![image](https://user-images.githubusercontent.com/88070094/146178642-d02748f9-ba7c-4fd0-8375-d3dc1adcfdc1.png) After: ![image](https://user-images.githubusercontent.com/88070094/146179154-c6f5b133-b533-4649-bd4f-c0c757f1e10c.png) - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1570 from zhouyifan279/1567. Closes #1567 1ee66b0 [zhouyifan279] [KYUUBI #1567] [Bug] Kyuubi beeline can not connect to kerberized Kyuubi Authored-by: zhouyifan279 <zhouyifan279@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 6c235e5) Signed-off-by: Cheng Pan <chengpan@apache.org>
I confronted with the same issue. Is there any solution? |
@YetiCuzMountain Which version of Kyuubi are you using? This issue has been fixed in v1.4.1-incubating. |
kyuubi-1.4.1. the latest one . single kyuubi node when config keytab and principle in kyuubi-defaults,and use kyuubi beeline to connect. it happened。 |
Have you set |
yes i have. well, i changed my command into "bin/beeline -u 'jdbc:hive2://hostname:10009/;principal=xxxx' it works. |
Code of Conduct
Search before asking
Describe the bug
Failed to connect to kerberized Kyuubi with Kyuubi beeline.
Affects Version(s)
1.4.0
Kyuubi Server Log Output
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: