Created 10-12-2015 04:59 PM
Here is the issue with Kylin (http://kylin.incubator.apache.org/). For now it only supports HDP 2.2.x In HDP 2.3, Hbase has upgraded to 1.0 and APIS have changed. See https://issues.apache.org/jira/browse/KYLIN-892 and https://issues.apache.org/jira/browse/KYLIN-920
Kyle did not keep up to date with the changes and have not migrated to HBase v1.0 APIs. https://issues.apache.org/jira/browse/KYLIN-782
Created 12-08-2015 06:30 AM
The installation and quick-start steps now work with HDP 2.3.2 out of the box. Make sure you download the binary for HBase 1.1.
Created 12-18-2015 08:31 AM
I got the same error as you. Did you resolve this ?
Created 12-18-2015 01:37 PM
@xingxing di Could you post the steps that you are taking?
Created 12-08-2015 06:30 AM
The installation and quick-start steps now work with HDP 2.3.2 out of the box. Make sure you download the binary for HBase 1.1.
Created 12-08-2015 06:41 AM
Awesome! Will be trying this out
Created 12-08-2015 12:35 PM
@Randy Gelhausen Did you set this up in multinode cluster setup? I will try and update the thread.
Created 12-28-2015 08:41 PM
This worked for me. A few other simple things I needed to do:
create /kylin folder in HDFS
add 7070 in port forwarding of sandbox VM
make sure HBase is started
Created 01-02-2016 04:43 PM
I am getting this:
KYLIN_HOME is set to /kylin/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin
mkdir: Permission denied: user=root, access=WRITE, inode="/kylin":hdfs:hdfs:drwxr-xr-x
failed to create /kylin, Please make sure the user has right to access /kylin
Created 01-02-2016 07:14 PM
and disabled dfs.permissions in Ambari console
restarted the sandbox
but now getting this on startup
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.apache.kylin.rest.service.AclService]:
Caused by: org.apache.hadoop.hbase.MasterNotRunningException: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Went back into Ambari and started HBASE.
Also added 7070 port mapping in VirtualBox
I get the login screen now 🙂
Created on 01-04-2016 04:50 PM - edited 08-19-2019 05:58 AM
I have an issue running find-hive-dependency.sh script:
hortonworks-sandbox-with-hdp-2.png
Even though message says that Kylin is running, hive dependency is not resolved and Kylin is not actually running, here is the screenshot:
Created 02-23-2016 05:10 PM
@xingxing di @bhagan @Neeraj Sabharwal
can you guys please post step by steps to start Kylin on HDP 2.3.2 and pre-requisites for the same?
Thanks in advance