Created 12-29-2015 08:04 AM
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
Created 12-29-2015 08:11 AM
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
Created 12-29-2015 08:11 AM
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
Created 02-02-2016 06:03 PM
@David Hamilton has this been resolved? Please accept best answer or provide your own solution.