ymZhao1001 commented on issue #5262:
URL: https://github.com/apache/kyuubi/issues/5262#issuecomment-1716791801
2023-09-13T09:17:23,747 ERROR [HiveTBinaryFrontendHandler-Pool: Thread-37]
org.apache.kyuubi.engine.hive.HiveTBinaryFrontendService - Error opening
session:
org.apache.kyuubi.KyuubiSQLException: Database default does not exist
at
org.apache.kyuubi.KyuubiSQLException$.apply(KyuubiSQLException.scala:69)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.kyuubi.KyuubiSQLException$.apply(KyuubiSQLException.scala:73)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.kyuubi.session.SessionManager.openSession(SessionManager.scala:119)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.kyuubi.service.AbstractBackendService.openSession(AbstractBackendService.scala:45)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.kyuubi.service.TFrontendService.getSessionHandle(TFrontendService.scala:181)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.kyuubi.service.TFrontendService.OpenSession(TFrontendService.scala:190)
[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.hive.service.rpc.thrift.TCLIService$Processor$OpenSession.getResult(TCLIService.java:1497)
[hive-service-rpc-3.1.3.jar:3.1.3]
at
org.apache.hive.service.rpc.thrift.TCLIService$Processor$OpenSession.getResult(TCLIService.java:1482)
[hive-service-rpc-3.1.3.jar:3.1.3]
at
org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
[libthrift-0.9.3.jar:0.9.3]
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
[libthrift-0.9.3.jar:0.9.3]
at
org.apache.kyuubi.service.authentication.TSetIpAddressProcessor.process(TSetIpAddressProcessor.scala:36)
[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
[libthrift-0.9.3.jar:0.9.3]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_351]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_351]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_351]
Caused by: org.apache.hive.service.cli.HiveSQLException: Database default
does not exist
at
org.apache.hive.service.cli.session.HiveSessionImpl.configureSession(HiveSessionImpl.java:294)
~[hive-service-3.1.3.jar:3.1.3]
at
org.apache.hive.service.cli.session.HiveSessionImpl.open(HiveSessionImpl.java:199)
~[hive-service-3.1.3.jar:3.1.3]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_351]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_351]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_351]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_351]
at
org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:78)
~[hive-service-3.1.3.jar:3.1.3]
at
org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:36)
~[hive-service-3.1.3.jar:3.1.3]
at
org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:63)
~[hive-service-3.1.3.jar:3.1.3]
at java.security.AccessController.doPrivileged(Native Method)
~[?:1.8.0_351]
at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_351]
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1878)
~[hadoop-client-api-3.3.4.jar:?]
at
org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:59)
~[hive-service-3.1.3.jar:3.1.3]
at com.sun.proxy.$Proxy21.open(Unknown Source) ~[?:?]
at
org.apache.kyuubi.engine.hive.session.HiveSessionImpl.open(HiveSessionImpl.scala:50)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
at
org.apache.kyuubi.session.SessionManager.openSession(SessionManager.scala:107)
~[kyuubi-hive-sql-engine_2.12-1.7.2-SNAPSHOT.jar:1.7.2-SNAPSHOT]
... 12 more
--
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]