Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Zeppelin support for Kerberos in Hive interpreter

avatar
New Member

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.