manuzhang commented on PR #10996: URL: https://github.com/apache/iceberg/pull/10996#issuecomment-2479011158
6 tests in `iceberg-mr` failed due to [HIVE-21584](https://issues.apache.org/jira/browse/HIVE-21584). ``` TestHiveIcebergWithHiveAutogatherEnable > initializationError FAILED java.lang.RuntimeException: Error applying authorization policy on hive configuration: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap') at org.apache.hive.service.cli.CLIService.init(CLIService.java:118) at org.apache.hive.service.CompositeService.init(CompositeService.java:59) at org.apache.hive.service.server.HiveServer2.init(HiveServer2.java:229) at org.apache.iceberg.mr.hive.TestHiveShell.start(TestHiveShell.java:96) at org.apache.iceberg.mr.hive.HiveIcebergStorageHandlerTestUtils.shell(HiveIcebergStorageHandlerTestUtils.java:76) at org.apache.iceberg.mr.hive.TestHiveIcebergWithHiveAutogatherEnable.beforeClass(TestHiveIcebergWithHiveAutogatherEnable.java:74) Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap') at org.apache.hadoop.hive.ql.session.SessionState.<init>(SessionState.java:413) at org.apache.hadoop.hive.ql.session.SessionState.<init>(SessionState.java:389) at org.apache.hive.service.cli.CLIService.applyAuthorizationConfigPolicy(CLIService.java:128) at org.apache.hive.service.cli.CLIService.init(CLIService.java:115) ... 5 more ``` It's been back-ported to hive 3.1, but there's no new release yet. @pvary @nastra thoughts? -- 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]
