Connect Apache Zeppelin to Hive

隐身守侯 提交于 2019-12-06 13:34:04

I solved it by following this documentation. After adding this parameters in jdbc connector you should be able to run hive interpreter with

%jdbc(hive)

In my case it was a little trickier because I used Cloudera Hadoop so the standard jdbc hive connector was not working. So I changed the external hive-jdbc.jar with the one suitable for my cdh version (for cdh 5.9.- for example it located here).

I also find out that you can change hive.url with the one for impala port and connect with jdbc to impala if you prefer.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!