Details
-
Test
-
Status: Closed
-
Critical
-
Resolution: Cannot Reproduce
-
v2.5.2
-
None
-
None
-
hadoop-3.1.1
apache-hive-2.3.4-bin
hbase-2.1.1
apache-kylin-2.5.2-bin-hadoop3
Description
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)