Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to Make Kylin work with HDP 2.3

avatar

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

1 ACCEPTED SOLUTION

avatar

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.

View solution in original post

19 REPLIES 19

avatar
New Contributor

I got the same error as you. Did you resolve this ?

avatar
Master Mentor

@xingxing di Could you post the steps that you are taking?

avatar

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.

avatar

Awesome! Will be trying this out

avatar
Master Mentor

@Randy Gelhausen Did you set this up in multinode cluster setup? I will try and update the thread.

avatar

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

avatar
New Contributor

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

avatar
New Contributor
  • sudo -u hdfs hadoop fs -mkdir /kylin

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 🙂

avatar
New Contributor

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:

1154-hortonworks-sandbox-with-hdp-2.png

avatar
Expert Contributor

@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