Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Zeppelin support for Kerberos in Hive interpreter

avatar
New Contributor

Are there any plans to include Kerberos support for Hive in Zeppelin?

Our hive.hiveserver2.url is configured as follows: jdbc:hive2://xxxx.domain.com:10000/default;principal=hive/xxxx.domain.com@DOMAIN.COM;

But trying to switch to hive mode in a notebook gives the following error: %hive GSS initiate failed

1 ACCEPTED SOLUTION

avatar

Based on the hive interpreter code, it does not seem like kerberos is supported yet:

https://github.com/apache/incubator-zeppelin/blob/...

+ @vshukla to comment on when this is currently expected

View solution in original post

2 REPLIES 2

avatar

Based on the hive interpreter code, it does not seem like kerberos is supported yet:

https://github.com/apache/incubator-zeppelin/blob/...

+ @vshukla to comment on when this is currently expected

avatar
Master Mentor

@David Hamilton has this been resolved? Please accept best answer or provide your own solution.