[
https://issues.apache.org/jira/browse/KUDU-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adar Dembo updated KUDU-2751:
-----------------------------
Affects Version/s: 1.10.0
> Java tests that start an HMS client fail when run on JDK10+
> -----------------------------------------------------------
>
> Key: KUDU-2751
> URL: https://issues.apache.org/jira/browse/KUDU-2751
> Project: Kudu
> Issue Type: Bug
> Components: java, test
> Affects Versions: 1.10.0
> Reporter: Adar Dembo
> Priority: Major
>
> They may fail on JDK9 as well, with something like this:
> {noformat}
> MetaException(message:Got exception: java.lang.ClassCastException
> java.base/[Ljava.lang.Object; cannot be cast to java.base/[Ljava.net.URI;)
> at
> org.apache.hadoop.hive.metastore.MetaStoreUtils.logAndThrowMetaException(MetaStoreUtils.java:1389)
> at
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:204)
> at
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:129)
> at
> org.apache.kudu.hive.metastore.TestKuduMetastorePlugin.setUp(TestKuduMetastorePlugin.java:108)
> {noformat}
> I tracked this down and filed HIVE-21508. We should see if we can find some
> sort of workaround that isn't necessarily upgrading to a newer Hive artifact
> (or maybe we should upgrade our Hive dependency).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)