[ https://issues.apache.org/jira/browse/TEZ-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951989#comment-17951989 ]
Butao Zhang edited comment on TEZ-4630 at 5/16/25 2:56 AM: ----------------------------------------------------------- I tried to discover the differences in deploying Tez between you and me. :) # The Tez binary package i used is [https://dist.apache.org/repos/dist/dev/tez/apache-tez-0.10.5-rc0/apache-tez-0.10.5-bin.tar.gz] , which contains several hadoop 3.4.1 jars in lib directory, and{color:#de350b} these 3.4.1 jars could cause Beeline failed {color}with java.lang.NoClassDefFoundError: Could not initialize class com.sun.proxy.$Proxy29 (state=08S01,code=0) Could you double check if you also used this binary package? {code:java} [root@locahost data]# ll apache-tez-0.10.5-bin/lib/hadoop-* -rwxrwxr-x 1 501 games 5.3M Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-hdfs-client-3.4.1.jar -rwxrwxr-x 1 501 games 772K Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-mapreduce-client-common-3.4.1.jar -rwxrwxr-x 1 501 games 1.8M Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-mapreduce-client-core-3.4.1.jar -rwxrwxr-x 1 501 games 61K Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-yarn-server-timeline-pluginstorage-3.4.1.jar {code} # The hive binary package i used is latest hive master branch, and i did not change its Tez version to 0.10.5(Iam not using [https://github.com/apache/hive/pull/5802|https://github.com/apache/hive/pull/5802).]). BTW, i found the hive binary package also includes tez jars({color:#de350b}tez-api-0.10.4.jar{color}), so this may also cause some issues if i want try to submit tez job against tez-0.10.5 package. # The tez.tar.gz used by property {color:#de350b}tez.lib.uris {color:#172b4d}is from tez binary package sub-directory{color} share{color}. I think this small tar may be incomplete & would cause some class loss. {code:java} [root@olap-9-13 data]# ll apache-tez-0.10.5-bin/share/tez.tar.gz -rwxrwxr-x 1 501 games 70M May 12 18:29 apache-tez-0.10.5-bin/share/tez.tar.gz {code} IMO, Hadoop 3.3.6 & Tez0.10.5 & Hive lastest branch can work together, but there are some prerequisites: * Users should change hadoop dependency to 3.3.6 & tez dependency to 0.10.5 in hive pom.xml, and re-build hive to get a correct hive binary package. * Users should change hadoop dependency to 3.3.6 in tez pom.xml, and re-build tez source code to get a correct tez binary package. * Upload the complete tez binary package to the hdfs path of property {color:#de350b}tez.lib.uris{color:#172b4d}.{color}{color} was (Author: zhangbutao): I tried to discover the differences in deploying Tez between you and me. :) # The Tez binary package i used is [https://dist.apache.org/repos/dist/dev/tez/apache-tez-0.10.5-rc0/apache-tez-0.10.5-bin.tar.gz] , which contains several hadoop 3.4.1 jars in lib directory, and{color:#de350b} these 3.4.1 jars could cause Beeline failed {color}with java.lang.NoClassDefFoundError: Could not initialize class com.sun.proxy.$Proxy29 (state=08S01,code=0) Could you double check if you also used this binary package? {code:java} [root@locahost data]# ll apache-tez-0.10.5-bin/lib/hadoop-* -rwxrwxr-x 1 501 games 5.3M Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-hdfs-client-3.4.1.jar -rwxrwxr-x 1 501 games 772K Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-mapreduce-client-common-3.4.1.jar -rwxrwxr-x 1 501 games 1.8M Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-mapreduce-client-core-3.4.1.jar -rwxrwxr-x 1 501 games 61K Jan 22 2020 apache-tez-0.10.5-bin/lib/hadoop-yarn-server-timeline-pluginstorage-3.4.1.jar {code} # The hive binary package i used is latest hive master branch, and i did not change its Tez version to 0.10.5(Iam not using [https://github.com/apache/hive/pull/5802|https://github.com/apache/hive/pull/5802).]). BTW, i found the hive binary package also includes tez jars({color:#de350b}tez-api-0.10.4.jar{color}), so this may also cause some issues if i want try to submit tez job against tez-0.10.5 package. # The tez.tar.gz used by property {color:#de350b}tez.lib.uris {color:#172b4d}is from tez binary package sub-directory {color}share. I think this small tar may be incomplete & would cause some class loss. {color} {code:java} [root@olap-9-13 data]# ll apache-tez-0.10.5-bin/share/tez.tar.gz -rwxrwxr-x 1 501 games 70M May 12 18:29 apache-tez-0.10.5-bin/share/tez.tar.gz {code} {color:#de350b}IMO, Hadoop 3.3.6 & Tez0.10.5 & Hive lastest branch can work together, but there are some prerequisites:{color} * Users should change hadoop dependency to 3.3.6 & tez dependency to 0.10.5 in hive pom.xml, and re-build hive to get a correct hive binary package. * Users should change hadoop dependency to 3.3.6 in tez pom.xml, and re-build tez source code to get a correct tez binary package. > Issue related to Tez-0.10.5 rc0 > ------------------------------- > > Key: TEZ-4630 > URL: https://issues.apache.org/jira/browse/TEZ-4630 > Project: Apache Tez > Issue Type: Test > Reporter: Butao Zhang > Priority: Major > Attachments: tez-hive-hadoop-3.3.6.rtf > > > Test Env: *Hadoop3.3.6* & Hive latest master branch, and Tez 0.10.5 > [https://dist.apache.org/repos/dist/dev/tez/apache-tez-0.10.5-rc0/apache-tez-0.10.5-bin.tar.gz] > > *NOTE:* if using {color:#de350b}*Hadoop3.4.1, the issue will disappear.* > {color} > > Found that Beeline session will fail with: > {color:#FF0000}java.lang.NoClassDefFoundError: Could not initialize class > com.sun.proxy.$Proxy29{color} > {code:java} > zbt@zbt-ubuntu:~$ /usr/tools/apache-hive-beeline-4.1.0-SNAPSHOT/bin/beeline > -u "jdbc:hive2://127.0.0.1:10000/default hive"HADOOP_HOME not set, executing > beeline using JAVAConnecting to jdbc:hive2://127.0.0.1:10000/defaultError: > Could not open client transport with JDBC Uri: > jdbc:hive2://100.71.9.13:10004/default: Failed to open new session: > java.lang.NoClassDefFoundError: Could not initialize class > com.sun.proxy.$Proxy29 (state=08S01,code=0) {code} > {color:#FF0000}Detailed stack trace in HS2 log:{color} > {code:java} > 2025-05-15T09:59:09,992 INFO [HiveServer2-Handler-Pool: Thread-74] > thrift.ThriftCLIService: Client protocol version: > HIVE_CLI_SERVICE_PROTOCOL_V10 > 2025-05-15T09:59:09,992 INFO [HiveServer2-Handler-Pool: Thread-74] > thrift.ThriftCLIService: Creating Hive session handle for user [null] from IP > 100.72.1.9 > 2025-05-15T09:59:09,995 WARN [HiveServer2-Handler-Pool: Thread-74] > service.CompositeService: Failed to open session > java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not > initialize class com.sun.proxy.$Proxy29 > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:89) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:36) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:63) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at java.security.AccessController.doPrivileged(Native Method) > ~[?:1.8.0_221] > at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_221] > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1899) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:59) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at com.sun.proxy.$Proxy40.open(Unknown Source) ~[?:?] > at > org.apache.hive.service.cli.session.SessionManager.createSession(SessionManager.java:485) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.SessionManager.openSession(SessionManager.java:425) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.CLIService.openSessionWithImpersonation(CLIService.java:198) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.thrift.ThriftCLIService.getSessionHandle(ThriftCLIService.java:562) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.thrift.ThriftCLIService.OpenSession(ThriftCLIService.java:406) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.rpc.thrift.TCLIService$Processor$OpenSession.getResult(TCLIService.java:1595) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.rpc.thrift.TCLIService$Processor$OpenSession.getResult(TCLIService.java:1575) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > ~[?:1.8.0_221] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > ~[?:1.8.0_221] > at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221] > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > com.sun.proxy.$Proxy29 > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) ~[?:1.8.0_221] > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > ~[?:1.8.0_221] > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > ~[?:1.8.0_221] > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > ~[?:1.8.0_221] > at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:739) > ~[?:1.8.0_221] > at > org.apache.hadoop.ipc.ProtobufRpcEngine2.getProxy(ProtobufRpcEngine2.java:124) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.ipc.RPC.getProtocolProxy(RPC.java:712) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hadoop.hdfs.NameNodeProxiesClient.createProxyWithAlignmentContext(NameNodeProxiesClient.java:371) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.NameNodeProxiesClient.createNonHAProxyWithClientProtocol(NameNodeProxiesClient.java:343) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.NameNodeProxiesClient.createProxyWithClientProtocol(NameNodeProxiesClient.java:135) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:370) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:309) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem.initDFSClient(DistributedFileSystem.java:203) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:188) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3611) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem.access$300(FileSystem.java:174) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3712) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3663) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:557) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:290) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:723) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:683) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionImpl.open(HiveSessionImpl.java:182) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ~[?:1.8.0_221] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > ~[?:1.8.0_221] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > ~[?:1.8.0_221] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:78) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > ... 21 more > 2025-05-15T09:59:09,996 ERROR [HiveServer2-Handler-Pool: Thread-74] > thrift.ThriftCLIService: Login attempt failed for user : hive > org.apache.hive.service.cli.HiveSQLException: Failed to open new session: > java.lang.NoClassDefFoundError: Could not initialize class > com.sun.proxy.$Proxy29 > at > org.apache.hive.service.cli.session.SessionManager.createSession(SessionManager.java:494) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.SessionManager.openSession(SessionManager.java:425) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.CLIService.openSessionWithImpersonation(CLIService.java:198) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.thrift.ThriftCLIService.getSessionHandle(ThriftCLIService.java:562) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.thrift.ThriftCLIService.OpenSession(ThriftCLIService.java:406) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.rpc.thrift.TCLIService$Processor$OpenSession.getResult(TCLIService.java:1595) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.rpc.thrift.TCLIService$Processor$OpenSession.getResult(TCLIService.java:1575) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > ~[?:1.8.0_221] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > ~[?:1.8.0_221] > at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221] > Caused by: java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could > not initialize class com.sun.proxy.$Proxy29 > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:89) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:36) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:63) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at java.security.AccessController.doPrivileged(Native Method) > ~[?:1.8.0_221] > at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_221] > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1899) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:59) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at com.sun.proxy.$Proxy40.open(Unknown Source) ~[?:?] > at > org.apache.hive.service.cli.session.SessionManager.createSession(SessionManager.java:485) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > ... 13 more > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > com.sun.proxy.$Proxy29 > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) ~[?:1.8.0_221] > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > ~[?:1.8.0_221] > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > ~[?:1.8.0_221] > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > ~[?:1.8.0_221] > at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:739) > ~[?:1.8.0_221] > at > org.apache.hadoop.ipc.ProtobufRpcEngine2.getProxy(ProtobufRpcEngine2.java:124) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.ipc.RPC.getProtocolProxy(RPC.java:712) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hadoop.hdfs.NameNodeProxiesClient.createProxyWithAlignmentContext(NameNodeProxiesClient.java:371) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.NameNodeProxiesClient.createNonHAProxyWithClientProtocol(NameNodeProxiesClient.java:343) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.NameNodeProxiesClient.createProxyWithClientProtocol(NameNodeProxiesClient.java:135) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:370) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:309) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem.initDFSClient(DistributedFileSystem.java:203) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:188) > ~[hadoop-hdfs-client-3.4.1.jar:?] > at > org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3611) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem.access$300(FileSystem.java:174) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3712) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3663) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:557) > ~[hadoop-common-3.3.6.jar:?] > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:290) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:723) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:683) > ~[hive-exec-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionImpl.open(HiveSessionImpl.java:182) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ~[?:1.8.0_221] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > ~[?:1.8.0_221] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > ~[?:1.8.0_221] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_221] > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:78) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:36) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at > org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:63) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at java.security.AccessController.doPrivileged(Native Method) > ~[?:1.8.0_221] > at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_221] > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1899) > ~[hadoop-common-3.3.6.jar:?] > at > org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:59) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > at com.sun.proxy.$Proxy40.open(Unknown Source) ~[?:?] > at > org.apache.hive.service.cli.session.SessionManager.createSession(SessionManager.java:485) > ~[hive-service-4.1.0-SNAPSHOT.jar:4.1.0-SNAPSHOT] > ... 13 more > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)