You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by 无用先生 <80...@qq.com> on 2022/02/10 10:44:16 UTC

Can't access kylin web ui

Hi all
I just start docker image acroding this page&nbsp;https://kylin.apache.org/docs40/install/kylin_docker.html
Now I can open follow pages:

Hdfs NameNode Web UI:&nbsp;http://127.0.0.1:50070

Yarn ResourceManager Web UI:&nbsp;http://127.0.0.1:8088
But I can't open&nbsp;

Kylin Web UI:&nbsp;http://127.0.0.1:7070/kylin/login
There is no any error information when I start docker image by follow instruction:



docker run -d -m 8G -p 7070:7070 -p 8088:8088 -p 50070:50070 -p 8032:8032 -p 8042:8042 -p 2181:2181 apachekylin/apache-kylin-standalone:4.0.0

Re: Can't access kylin web ui

Posted by Yaqian Zhang <Ya...@126.com>.
Hi:

Maybe Kylin encountered some problems when starting in the docker environment and failed to start successfully. 

You can use the `docker exec` command to enter the docker to check the specific situation and restart kylin manually.

> 在 2022年2月10日,下午6:44,无用先生 <80...@qq.com> 写道:
> 
> Hi all
> I just start docker image acroding this page https://kylin.apache.org/docs40/install/kylin_docker.html
> Now I can open follow pages:
> Hdfs NameNode Web UI: http://127.0.0.1:50070 <http://127.0.0.1:50070/>
> Yarn ResourceManager Web UI: http://127.0.0.1:8088 <http://127.0.0.1:8088/>
> But I can't open 
> Kylin Web UI: http://127.0.0.1:7070/kylin/logi <http://127.0.0.1:7070/kylin/login>n
> There is no any error information when I start docker image by follow instruction:
> 
> docker run -d -m 8G -p 7070:7070 -p 8088:8088 -p 50070:50070 -p 8032:8032 -p 8042:8042 -p 2181:2181 apachekylin/apache-kylin-standalone:4.0.0
> 
> 
>