Hi,
I am using Hortonworks sandbox HDP 2.6.5. I have installed apache kylin 2.6.0-bin on sandbox. Kylin has started successfully.
Kylin default Port 7070 is already forwarded in virtualbox network. Below is the output when I checked whether PORT 7070 is listening or not using below command:
netstat -tupln | grep 7070
OUTPUT:
-------
tcp 0 0 0.0.0.0:7070 0.0.0.0:* LISTEN 4341/java
In Kylin.properties file i have added below property for Web UI:
kylin.web.dashboard-enabled=true
Still i'm not able to open Kylin UI. I'm not getting what configuration is missing.
Can anyone help me solve this issue.
Thanks,
Heta