hi  Team,

i am using HDP 3.0 and apache kylin(apache-kylin-2.5.0-bin-hbase1x). while i 
was trying to start kylin in my first time, i got following error, could 
someone give me a help ? looks like it is compatibility issue as it cased by no 
such method..... thanks


2018-09-27 21:21:58,058 INFO  [main] imps.CuratorFrameworkImpl:326 : Default 
schema
2018-09-27 21:21:58,059 DEBUG [main] util.ZookeeperDistributedLock:143 : 
20863@hw-04 trying to lock 
/kylin/kylin_metadata/create_htable/kylin_metadata/lock
2018-09-27 21:21:58,061 INFO  [main-SendThread(hw-03.hdp.com:2181)] 
zookeeper.ClientCnxn:1279 : Session establishment complete on server 
hw-03.hdp.com/192.168.1.93:2181, sessionid = 0x26616015ea10039, negotiated 
timeout = 60000
2018-09-27 21:21:58,065 INFO  [main-EventThread] 
state.ConnectionStateManager:237 : State change: CONNECTED
Exception in thread "main" java.lang.IllegalArgumentException: Failed to find 
metadata store by url: kylin_metadata@hbase
        at 
org.apache.kylin.common.persistence.ResourceStore.createResourceStore(ResourceStore.java:98)
        at 
org.apache.kylin.common.persistence.ResourceStore.getStore(ResourceStore.java:110)
        at 
org.apache.kylin.rest.service.AclTableMigrationTool.checkIfNeedMigrate(AclTableMigrationTool.java:98)
        at 
org.apache.kylin.tool.AclTableMigrationCLI.main(AclTableMigrationCLI.java:41)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at 
org.apache.kylin.common.persistence.ResourceStore.createResourceStore(ResourceStore.java:92)
        ... 3 more
Caused by: java.lang.NoSuchMethodError: 
org.apache.curator.framework.api.CreateBuilder.creatingParentsIfNeeded()Lorg/apache/curator/framework/api/ProtectACLCreateModePathAndBytesable;
        at 
org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.lock(ZookeeperDistributedLock.java:146)
        at 
org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.lock(ZookeeperDistributedLock.java:167)
        at 
org.apache.kylin.storage.hbase.HBaseConnection.createHTableIfNeeded(HBaseConnection.java:328)
        at 
org.apache.kylin.storage.hbase.HBaseResourceStore.createHTableIfNeeded(HBaseResourceStore.java:112)
        at 
org.apache.kylin.storage.hbase.HBaseResourceStore.<init>(HBaseResourceStore.java:93)
        ... 8 more
2018-09-27 21:21:58,086 INFO  [Curator-Framework-0] 
imps.CuratorFrameworkImpl:924 : backgroundOperationsLoop exiting


Reply via email to