org.apache.thrift.transport.TTransportException: SASL authentication not complete
问题:
jdbc连接hive,已经查出数据,但是会出现 SASL authentication not complete问题。
原因是先关闭了connect,再关闭查询,顺序反了,应该最后关闭connection。
错误:
org.apache.thrift.transport.TTransportException: SASL authentication not complete
正确:
org.apache.thrift.transport.TTransportException: SASL authentication not complete

就没有上述问题了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2021-05-19
  • 2021-12-03
  • 2021-11-25
猜你喜欢
  • 2021-08-30
  • 2021-11-27
  • 2022-01-07
  • 2021-11-05
  • 2021-09-22
  • 2021-05-30
  • 2022-12-23
相关资源
相似解决方案