IDEA连接hive-连接hive工具-IDEA连接hive报错

IDEA连接hive-连接hive工具-连接hive报错

  • 前言
  • 使用步骤


前言

之前一直用hue来写hive语句,hue页面很容易丢(习惯刷新,习惯快捷键执行sql),如果查询字段很多展示的很不好经常需要导出来再看,偶然见发现idea也可以链接hive


使用步骤

在idea中链接hive
IDEA连接hive-连接hive工具-IDEA连接hive报错_第1张图片

自己用的idea2020.2 自带hive,没有的用drivr
IDEA连接hive-连接hive工具-IDEA连接hive报错_第2张图片

输入hive链接信息,点击测试链接,链接成功就可以跳过了,链接失败报错
IDEA连接hive-连接hive工具-IDEA连接hive报错_第3张图片

链接失败,大多都是驱动的问题版本不对,例如报错:

[ 08S01] Could not open client transport with JDBC Uri: jdbc:hive2://192.168.4.11:10000/dwd: Could not establish connection to jdbc:hive2://192.168.4.11:10000/dwd: Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{set:hiveconf:hive.server2.thrift.resultset.default.fetch.size=1000, use:database=dwd})
org.apache.hive.org.apache.thrift.TApplicationException: Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{set:hiveconf:hive.server2.thrift.resultset.default.fetch.size=1000, use:database=dwd}).

下载符合版本的驱动:参照:
https://blog.csdn.net/qq_39348280/article/details/110088865

IDEA连接hive-连接hive工具-IDEA连接hive报错_第4张图片

所有的jar都删了选择点击➖
在点击+号选择Custom JARs

IDEA连接hive-连接hive工具-IDEA连接hive报错_第5张图片
IDEA连接hive-连接hive工具-IDEA连接hive报错_第6张图片

选择链接,打开写hql的窗口,就可以愉快的使用了

IDEA连接hive-连接hive工具-IDEA连接hive报错_第7张图片
IDEA连接hive-连接hive工具-IDEA连接hive报错_第8张图片

你可能感兴趣的:(大数据,java,hive,数据库,hadoop,大数据,intellij,idea)