dengzhhu653 commented on PR #5923: URL: https://github.com/apache/hive/pull/5923#issuecomment-3031276467
Upon the latest master, there is an error on the `Initiator`: ``` 2025-07-03 15:48:50 Caused by: java.lang.NoClassDefFoundError: org/apache/tez/dag/app/TezTaskCommunicatorImpl 2025-07-03 15:48:50 at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] 2025-07-03 15:48:50 at java.base/java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] 2025-07-03 15:48:50 at org.apache.hadoop.hive.ql.exec.tez.TezSessionState.<clinit>(TezSessionState.java:115) ~[hive-exec-4.2.0-SNAPSHOT-core.jar:4.2.0-SNAPSHOT] 2025-07-03 15:48:50 at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:766) ~[hive-exec-4.2.0-SNAPSHOT-core.jar:4.2.0-SNAPSHOT] 2025-07-03 15:48:50 at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:683) ~[hive-exec-4.2.0-SNAPSHOT-core.jar:4.2.0-SNAPSHOT] 2025-07-03 15:48:50 at org.apache.iceberg.mr.hive.compaction.IcebergTableOptimizer.findPotentialCompactions(IcebergTableOptimizer.java:85) ~[hive-iceberg-handler-4.2.0-SNAPSHOT.jar:4.2.0-SNAPSHOT] ``` I think it might due to HIVE-29028, I haven't seen such error before `HIVE-29045: Preparing for 4.2.0 development` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org