Hello, As I can understand, there is something wrong with HBase, Open terminal and run command *jps *and let me see the output
On Tue, Jul 30, 2019 at 10:47 AM 忧郁的风 <[email protected]> wrote: > Hello everyone. > When I installed kylin, I found an error, but I couldn't find a way to > solve it. The following is my installation environment. When I started > kylin, the following error occurred: > cdh 5.15.0 > Hadoop 2.6.0 > Hive 1.1.0 > HBase 1.1.3 > Spark 2.2.0 > > The installation package I downloaded is > apache-kylin-2.1.0-bin-cdh57.tar.gz > > > 2019-07-15 17:42:04,490 INFO [main-SendThread(master.peanut.test.com:2181)] > zookeeper.ClientCnxn:975 : Opening socket connection to server > master.peanut.test.com/172.18.206.7:2181. Will not attempt to > authenticate using SASL (unknown error) > 2019-07-15 17:42:04,492 INFO [main-SendThread(master.peanut.test.com:2181)] > zookeeper.ClientCnxn:852 : Socket connection established to > master.peanut.test.com/172.18.206.7:2181, initiating session > 2019-07-15 17:42:04,495 DEBUG [main] util.ZookeeperDistributedLock:142 : > [email protected] trying to lock > /kylin/kylin_metadata/create_htable/kylin_metadata/lock > 2019-07-15 17:42:04,528 INFO [main-SendThread(master.peanut.test.com:2181)] > zookeeper.ClientCnxn:1235 : Session establishment complete on server > master.peanut.test.com/172.18.206.7:2181, sessionid = 0x16b64bda4232afb, > negotiated timeout = 60000 > 2019-07-15 17:42:04,536 INFO [main-EventThread] > state.ConnectionStateManager:228 : 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:89) > at > org.apache.kylin.common.persistence.ResourceStore.getStore(ResourceStore.java:101) > at > org.apache.kylin.rest.service.AclTableMigrationTool.checkIfNeedMigrate(AclTableMigrationTool.java:94) > 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:83) > ... 3 more > Caused by: java.lang.RuntimeException: Error while peeking at > /kylin/kylin_metadata/create_htable/kylin_metadata/lock > at > org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.peekLock(ZookeeperDistributedLock.java:204) > at > org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.isLockedByMe(ZookeeperDistributedLock.java:215) > at > org.apache.kylin.storage.hbase.HBaseConnection.createHTableIfNeeded(HBaseConnection.java:329) > at > org.apache.kylin.storage.hbase.HBaseResourceStore.createHTableIfNeeded(HBaseResourceStore.java:110) > at > org.apache.kylin.storage.hbase.HBaseResourceStore.<init>(HBaseResourceStore.java:91) > ... 8 more > Caused by: > com.aliyun.phoenix.shaded.org.apache.zookeeper.KeeperException$NoNodeException: > KeeperErrorCode = NoNode for > /kylin/kylin_metadata/create_htable/kylin_metadata/lock > at > com.aliyun.phoenix.shaded.org.apache.zookeeper.KeeperException.create(KeeperException.java:111) > at > com.aliyun.phoenix.shaded.org.apache.zookeeper.KeeperException.create(KeeperException.java:51) > at > com.aliyun.phoenix.shaded.org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) > at > org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:302) > at > org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:291) > at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:109) > at > org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288) > at > org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279) > at > org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41) > at > org.apache.kylin.storage.hbase.util.ZookeeperDistributedLock.peekLock(ZookeeperDistributedLock.java:199) > ... 12 more > 2019-07-15 17:42:04,562 INFO [Thread-1] > client.ConnectionManager$HConnectionImplementation:1717 : Closing zookeeper > sessionid=0x36b64bda3ef2b8a > 2019-07-15 17:42:04,588 INFO [Thread-1] zookeeper.ZooKeeper:684 : > Session: 0x36b64bda3ef2b8a closed > 2019-07-15 17:42:04,588 INFO [main-EventThread] zookeeper.ClientCnxn:512 > : EventThread shut down > 2019-07-15 17:42:04,592 INFO [Thread-6] zookeeper.ZooKeeper:684 : > Session: 0x16b64bda4232afb closed > 2019-07-15 17:42:04,592 INFO [main-EventThread] zookeeper.ClientCnxn:512 > : EventThread shut down > ERROR: Unknown error. Please check full log. > > Attached is the complete log. Please help me, how to solve it. Thank you > > > > > >
