Wechar created HIVE-29386:
-----------------------------
Summary: Fix hmsbench runner error on jdk21
Key: HIVE-29386
URL: https://issues.apache.org/jira/browse/HIVE-29386
Project: Hive
Issue Type: Bug
Components: Standalone Metastore
Affects Versions: 4.2.0
Reporter: Wechar
Assignee: Wechar
After upgrade to jdk21, the hmsbench would fail by 2 errors:
{code:bash}
Exception in thread "main" java.util.ServiceConfigurationError:
java.net.spi.InetAddressResolverProvider: Provider
org.xbill.DNS.spi.DnsjavaInetAddressResolverProvider not found
{code}
and
{code:bash}
Exception in thread "main" picocli.CommandLine$ExecutionException: Error while
running command
(org.apache.hadoop.hive.metastore.tools.BenchmarkTool@135606db):
java.lang.RuntimeException: ERROR: Unable to find the resource:
/META-INF/BenchmarkList
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)