You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "jeff-zou (Jira)" <ji...@apache.org> on 2022/07/28 09:07:00 UTC

[jira] [Created] (FLINK-28729) flink hive catalog don't support jdk11

jeff-zou created FLINK-28729:
--------------------------------

             Summary: flink hive catalog don't support jdk11
                 Key: FLINK-28729
                 URL: https://issues.apache.org/jira/browse/FLINK-28729
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Hive
    Affects Versions: 1.15.1
            Reporter: jeff-zou


when I upgraded jdk to 11,I got the following error:
{code:java}
<dependency>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-sql-connector-hive-3.1.2_2.12</artifactId>
         <version>1.15.1</version>
     </dependency> {code}
{code:java}
// error
Caused by: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
    at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1654)
    at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.<init>(RetryingMetaStoreClient.java:80)
    at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:130)
    at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:115)
    ... 84 more
Caused by: java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
    at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1652)
    ... 87 more
Caused by: MetaException(message:Got exception: java.lang.ClassCastException class [Ljava.lang.Object; cannot be cast to class [Ljava.net.URI; ([Ljava.lang.Object; and [Ljava.net.URI; are in module java.base of loader 'bootstrap'))
    at org.apache.hadoop.hive.metastore.MetaStoreUtils.logAndThrowMetaException(MetaStoreUtils.java:1342)
    at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:278)
    at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:210)
    ... 92 more
Process finished with exit code -1
 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)