I’m a newbie to Docker (and to Spark) and running into what I think should be a common problem. I’m trying to put up a Spark container on OSX. Spark provides a http-based UI on port 8080. After I put up the Spark container, I can connect to it via docker exec -it and test that Spark is up and running by executing various Spark commands. I then get the IP address for that container. However, when I try to connect to the container from a browser on my host (Mac) machine, it cannot reach the docker container’s web-based UI. What steps am I missing?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
A problem about getting to the spark cluster in docker through my mac web browser | 0 | 918 | February 14, 2017 | |
Connect Java to snufkin/spark-master (or other docker) with ip | 0 | 1449 | July 6, 2015 | |
Not able to access Yarn logs running on a docker container cluster from browser | 3 | 381 | January 23, 2024 | |
Cannot access docker container from the host | 3 | 21704 | May 10, 2016 | |
Not able to start SPARK inside a container | 0 | 1271 | September 14, 2017 |