You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: