You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "praveenece (Jira)" <ji...@apache.org> on 2019/10/01 13:26:00 UTC

[jira] [Commented] (KYLIN-3948) org.apache.hadoop.hive.metastore.HiveMetaStoreClint.(Lorg/apache/hadoop/conf/configuration;)V

    [ https://issues.apache.org/jira/browse/KYLIN-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941829#comment-16941829 ] 

praveenece commented on KYLIN-3948:
-----------------------------------

Hi,

apache-kylin-2.6.3-bin-hadoop3
apache-hive-2.3.2-bin
hbase-2.0.0
hadoop-3.1.1

Getting the same error:  org.apache.hadoop.hive.metastore.HiveMetaStoreClint.<init>(Lorg/apache/hadoop/conf/configuration;)V


Instead  of apache-hive-2.3.2-bin I tried with apache-hive-3.1.0-bin getting the below error:

"Cannot get hivetablemeta"

Please help some one to fix the issues. which version of hive,hadoop, hbase  for apache-kylin-2.6.3-bin-hadoop3 need to use.
 

> org.apache.hadoop.hive.metastore.HiveMetaStoreClint.<init>(Lorg/apache/hadoop/conf/configuration;)V
> ---------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-3948
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3948
>             Project: Kylin
>          Issue Type: Test
>          Components: Environment 
>    Affects Versions: v2.5.2
>         Environment: hadoop-3.1.1
> apache-hive-2.3.4-bin
> hbase-2.1.1
> apache-kylin-2.5.2-bin-hadoop3
>            Reporter: praveenece
>            Priority: Critical
>
> hadoop-3.1.1
> apache-hive-2.3.4-bin
> hbase-2.1.1
> apache-kylin-2.5.2-bin-hadoop3
> Now I tried with above environment, kylin is stated but i unable to load metadata from hbase to kylin getting this below error in kylin UI.
> org.apache.hadoop.hive.metastore.HiveMetaStoreClint.<init>(Lorg/apache/hadoop/conf/configuration;)V
> 2019-04-09 15:02:44,979 DEBUG [http-nio-7070-exec-9] common.KylinConfig:327 : KYLIN_CONF property was not set, will seek KYLIN_HOME env variable
> 2019-04-09 15:02:50,071 ERROR [http-nio-7070-exec-6] controller.TableController:190 : org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/conf/Configuration;)V
> java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/conf/Configuration;)V
> at org.apache.kylin.source.hive.CLIHiveClient.getMetaStoreClient(CLIHiveClient.java:132)
> at org.apache.kylin.source.hive.CLIHiveClient.getHiveDbNames(CLIHiveClient.java:116)
> at org.apache.kylin.source.hive.HiveMetadataExplorer.listDatabases(HiveMetadataExplorer.java:47)
> at org.apache.kylin.rest.service.TableService.getSourceDbNames(TableService.java:277)
> at org.apache.kylin.rest.controller.TableController.showHiveDatabases(TableController.java:188)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
> at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)



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