Hi sammer,
   I have test 3.0.0-alpha2 on HDP3.1 and it works fine for me. After check 
your output, I guess it is caused by your hbase component. Have you ever check 
the availability of HBase? Such as create a Hbase table and put some value via 
hbase shell. And I guess you are using HDP in cloud, I don't know if it has any 
impact on the availability of Kylin.
   If you make sure the Hbase is in health state, and still has trouble, please 
let us know.

----------------
Best wishes,
Xiaoxiang Yu 
 

在 2019/10/19 10:37,“sameer javeed”<[email protected]> 写入:

    Hello,
    
    This is sameer. i am installing  apache-kylin-3.0.0-alpha2-bin-hadoop3 on
    hdp3. i download the tar ball and untar it after that set the kylin home
    like KYLIN_HOME="/opt/apache-kylin-3.0.0-alpha2-bin-hadoop3"
    
    export KYLIN_HOME .
    
    
    but while starting kylin it getting error like
    
    
    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:101)
    
    at
    
org.apache.kylin.common.persistence.ResourceStore.getStore(ResourceStore.java:113)
    
    at
    
org.apache.kylin.rest.service.AclTableMigrationTool.checkIfNeedMigrate(AclTableMigrationTool.java:99)
    
    at
    
org.apache.kylin.tool.AclTableMigrationCLI.main(AclTableMigrationCLI.java:43)
    
    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:94)
    
    ... 3 more
    
    Caused by: org.apache.hadoop.hbase.TableNotFoundException: kylin_metadata
    
    at
    
org.apache.hadoop.hbase.client.HBaseAdmin.getHTableDescriptor(HBaseAdmin.java:576)
    
    at
    
org.apache.hadoop.hbase.client.HBaseAdmin.getTableDescriptor(HBaseAdmin.java:520)
    
    at
    
org.apache.kylin.storage.hbase.HBaseConnection.createHTableIfNeeded(HBaseConnection.java:318)
    
    at
    
org.apache.kylin.storage.hbase.HBaseResourceStore.createHTableIfNeeded(HBaseResourceStore.java:114)
    
    at
    
org.apache.kylin.storage.hbase.HBaseResourceStore.<init>(HBaseResourceStore.java:88)
    
    ... 8 more
    
    2019-10-17 03:54:31,816 INFO  [close-hbase-conn] hbase.HBaseConnection:138
    : Closing HBase connections...
    
    2019-10-17 03:54:31,817 INFO  [close-hbase-conn]
    client.ConnectionImplementation:1772 : Closing master protocol:
    MasterService
    
    2019-10-17 03:54:31,817 INFO  [close-hbase-conn]
    zookeeper.ReadOnlyZKClient:344 : Close zookeeper connection 0x7c18432b to
    
ip-10-0-10-164.ap-south-1.compute.internal:2181,ip-10-0-10-239.ap-south-1.compute.internal:2181,ip-10-0-10-107.ap-south-1.compute.internal:2181
    
    2019-10-17 03:54:31,829 INFO
    
[ReadOnlyZKClient-ip-10-0-10-164.ap-south-1.compute.internal:2181,ip-10-0-10-239.ap-south-1.compute.internal:2181,ip-10-0-10-107.ap-south-1.compute.internal:2181@0x7c18432b]
    zookeeper.ZooKeeper:684 : Session: 0x16d9cf04bba005d closed
    
    2019-10-17 03:54:31,830 INFO
    
[ReadOnlyZKClient-ip-10-0-10-164.ap-south-1.compute.internal:2181,ip-10-0-10-239.ap-south-1.compute.internal:2181,ip-10-0-10-107.ap-south-1.compute.internal:2181@0x7c18432b-EventThread]
    zookeeper.ClientCnxn:524 : EventThread shut down
    
    ERROR: Unknown error. Please check full log.
    
    
    
    
    but logs are also not generating in the KYLIN_HOME/logs
    
    
    
    plz guide me to solve this issue
    

Reply via email to