Missing version in readMessageBegin

org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin,

17/11/16 20:59:35 [HiveServer2-Handler-Pool: Thread-34]: ERROR server.TThreadPoolServer: Thrift error occurred during processing of message.

org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client?

at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:228)

at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:27)

at org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56)

at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

最佳答案:

!connect jdbc:hive2://127.0.0.1:10000/default/;auth=noSasl

以上是 Missing version in readMessageBegin 的全部内容, 来源链接: utcz.com/z/267425.html

回到顶部