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,无用先生 <[email protected]> 写道: > > 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 > > >
