You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "lixinzhao (Jira)" <ji...@apache.org> on 2021/09/06 06:57:00 UTC

[jira] [Created] (KYLIN-5084) Kylin4.0.0 is incompatible with HDP-3.1.5`s Hive-3.1.0

lixinzhao created KYLIN-5084:
--------------------------------

             Summary: Kylin4.0.0 is incompatible with HDP-3.1.5`s Hive-3.1.0
                 Key: KYLIN-5084
                 URL: https://issues.apache.org/jira/browse/KYLIN-5084
             Project: Kylin
          Issue Type: Improvement
          Components: Metadata
    Affects Versions: v4.0.0
         Environment: HDP-3.1.5+Hadoop-3.1.1+Spark-2.3.0+Hive-3.1.0
            Reporter: lixinzhao
         Attachments: 捕获.JPG

The following error message is displayed during Hive`s table synchronization:

org.apache.kylin.rest.exception.InternalErrorException: org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/hive/conf/HiveConf;)Vorg.apache.kylin.rest.exception.InternalErrorException: org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/hive/conf/HiveConf;)V at org.apache.kylin.rest.controller.TableController.showHiveDatabases(TableController.java:201) ~[kylin-server-base-4.0.0.jar:4.0.0] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291] ...............

Caused by: java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/hive/conf/HiveConf;)VCaused by: java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/hive/conf/HiveConf;)V at org.apache.kylin.source.hive.HiveMetaStoreClientFactory.getHiveMetaStoreClient(HiveMetaStoreClientFactory.java:47) ~[kylin-source-hive-4.0.0.jar:4.0.0] at org.apache.kylin.source.hive.CLIHiveClient.getMetaStoreClient(CLIHiveClient.java:164) ~[kylin-source-hive-4.0.0.jar:4.0.0] at org.apache.kylin.source.hive.CLIHiveClient.getHiveDbNames(CLIHiveClient.java:118) ~[kylin-source-hive-4.0.0.jar:4.0.0]




--
This message was sent by Atlassian Jira
(v8.3.4#803005)