Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to connect UI's #30

Open
dhairyasheelsutar opened this issue May 23, 2020 · 3 comments
Open

Not able to connect UI's #30

dhairyasheelsutar opened this issue May 23, 2020 · 3 comments

Comments

@dhairyasheelsutar
Copy link

Everything works fine and docker compose launches spark workers, but I am not able to connect to the master and workers UI. It shows in terminal that MasterUI / WorkerUI is launched at some URL.

@kadnan
Copy link

kadnan commented Jul 22, 2020

I am having the same issue. The Ips like http://10.5.0.2:8080/ are giving timeouts. What did you do to sort this out?

@boazlev
Copy link

boazlev commented Sep 29, 2020

same for me. also tried to inspect the container, noticed the ip for master is 172.19.0.2, but the UI is not loaded there too...

@hooliowobbits
Copy link

hi, i also had this issue. after a bit of digging i was able to see via docker container ls some output for the master that showed the ports 0.0.0.0:7077->7077/tcp, 0.0.0.0:9090->8080/tcp. on a hunch i went to http://localhost:9090/ and was able to access the webui on the master ok. i think this is a port forward and i can only assume (after i grepped the code) it's configured using the "9090:8080" line under spark-master in docker-compose.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants