美文网首页
【平台运维】Hive ThriftServer报错解决

【平台运维】Hive ThriftServer报错解决

作者: PowerMe | 来源:发表于2017-07-30 10:26 被阅读78次

处理了一个问题,记录一下
通过DBVisualizer连接HiveServer2,报错:
org.apache.thrift.transport.TTransportException: java.net.SocketException: Software caused connection abort: socket write error
查了一下发现是用户用的hive版本和hive driver驱动版本不一致,解决步骤:

  1. 通过Driver Manager重新刷新了相应版本的驱动;
  2. Reconnect连接。

简单记录一下DBVisualizer配置HiveServer2的方法:

  • 通过DriverManager 新建一个Driver:
1.png 2.png
  • 填好对应的信息,通过文件夹按钮把hive的jar包加载进来:


    3.png
  • 新建链接时选择HiveServer2即可

相关文章

网友评论

      本文标题:【平台运维】Hive ThriftServer报错解决

      本文链接:https://www.haomeiwen.com/subject/anuhlxtx.html