turboFei commented on issue #2855:
URL:
https://github.com/apache/incubator-kyuubi/issues/2855#issuecomment-1152432142
@MLikeWater
The error is clear.
```
21:40:20.244 DEBUG org.apache.thrift.transport.TSaslServerTransport:
transport map does not contain key
21:40:20.244 DEBUG org.apache.thrift.transport.TSaslTransport: opening
transport org.apache.thrift.transport.TSaslServerTransport@3dcfaa6b
21:40:20.244 DEBUG org.apache.thrift.transport.TSaslTransport: No data or no
sasl data in the stream
21:40:20.245 DEBUG org.apache.thrift.transport.TSaslServerTransport: failed
to open server transport
org.apache.thrift.transport.TSaslTransportException: No data or no sasl data
in the stream
at
org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:328)
~[libthrift-0.9.3.jar:0.9.3]
at
org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
~[libthrift-0.9.3.jar:0.9.3]
at
org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
~[libthrift-0.9.3.jar:0.9.3]
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:269)
~[libthrift-0.9.3.jar:0.9.3]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_311]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_311]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_311]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]