-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
[BUG] Application Web UI unavailable #39
Comments
Adding |
It looks like the Web UI is started by the SparkContext As you start the SparkContext on the jupyterlab container, I guess that's the one that will have the server and hence needs the port binding. |
@rareal Thanks for this hint! Logic is so helpful! :) |
I think it makes sense, yes. |
@rareal what is might be changed for Windows build script? For Mac OS I would just need to adjust the existing build script. Will you write a new one for the windows shell? That would be awesome, btw. Couple of colleagues are using windows and would really appreciate your work. :) |
I'd write a powershell script, adapt the yml parsing (powershell also does not have a built in yml parser) and the rest seems pretty straightforward to adapt too |
@alexeyegorov and @rareal if you would like to be featured on the contributors, feel free to submit a pr on the README file, just make sure to follow the pattern. |
Application Web UI unavailable
Expected behaviour
Run
docker-compose up
, run PySpark and see all the details of the running application through the web UI.Current behaviour
After running
docker-compose up
and starting the pyspark session I am able to run everything, but I am not able to view the application web UI to see the stats of the finished jobs, DAGs, etc.Steps to reproduce
docker-compose up
localhost:4040
(whilelocalhost:8080
is up).Possible solutions (optional)
I have added port 4040 also to the Spark Master in the Dockerfile, but this didn't change anything.
Checklist
Please provide the following:
The text was updated successfully, but these errors were encountered: