Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

apache kylin unable to visit http://:7070/kylin. report 404

avatar
New Member

I used Vmware and sandbox hdp 2.4 version. successfully setup kylin, but after bin/kylin start. I can't visit http://<ip>:7070,report 404 error.

1 ACCEPTED SOLUTION

avatar
New Member

Thanks for your suggestion,I have solved the problem.Because In sandbox2.4 I should still config the HCAT_HOME in /etc/profile or/etc/profile.d/kylin.sh.

View solution in original post

5 REPLIES 5

avatar
New Member

add : vmware used bridge mode

avatar
New Member

kylinlog.txt this is my log.

avatar
Master Guru

You have to map the port for visibility outside of sandbox.

is there enough ram on your sandbox for Kylin?

avatar
Master Guru

is hbase running? did you configure kylin

 common.KylinConfig:197 : KYLIN_CONF property was not set, will seek KYLIN_HOME env variable

https://github.com/KylinOLAP/Kylin/issues/12

  1. Export KYLIN_HOME pointing to the extracted Kylin folder
  2. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell. If you are not so sure, you can run bin/check-env.sh, it will print out the detail information if you have some environment issues.

see: http://kylin.apache.org/docs16/install/hadoop_env.html

avatar
New Member

Thanks for your suggestion,I have solved the problem.Because In sandbox2.4 I should still config the HCAT_HOME in /etc/profile or/etc/profile.d/kylin.sh.