I cannot access the web UI of my containerized spark cluster even if I copy and paste the following Ip address:
Stopped Spark web UI at http://987c8b219d32:4040
The cluster that I've built is taken from this tutorial Spark Cluster Tutorial
I cannot access the web UI of my containerized spark cluster even if I copy and paste the following Ip address:
Stopped Spark web UI at http://987c8b219d32:4040
The cluster that I've built is taken from this tutorial Spark Cluster Tutorial
Copyright © 2021 Jogjafile Inc.
The log specifies that the web UI is stopped. You can't access the Web UI after the spark application have stopped as it is explained in the documentation:
To enable accessing the web UI after the application have stopped you need to:
Please check the documentation here.
Also note, that in the tutorial, the default web UI ports are changed to:
and that they are exposed outside the container in the docker-compose file to the ports 9090, 9091 and 9092:
Which means that you can access the Web UI using:
http://localhost:9090