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
jupyterhub helm chart version 2.0.0, spark 3.3.1 .
http://{{ jupyerhub-domain }}/user/{{ username }}/proxy/4040/jobs/ this works fine
http://{{ jupyerhub-domain }}/user/{{ username }}/proxy/4040/executors/ this will get a blank web , open the chrome debug tool ,
could see the response is " no such app: 4040 "
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
There are issues with putting the Spark web UI behind JSP - there's a (long) discussion on #57. At a minimum you need to configure Spark to tell it that it's being accessed through a proxy, but it looks like there's also a bug in Spark itself when the URL contains the word Proxy (apache/spark#31774 ).
Unfortunately, I don't think there's anything JSP itself can do here - the config and/or fixes are needed on the Spark side to cope with being accessed via a reverse proxy.
jupyterhub helm chart version 2.0.0, spark 3.3.1 .
http://{{ jupyerhub-domain }}/user/{{ username }}/proxy/4040/jobs/
this works finehttp://{{ jupyerhub-domain }}/user/{{ username }}/proxy/4040/executors/
this will get a blank web , open the chrome debug tool ,could see the response is " no such app: 4040 "
The text was updated successfully, but these errors were encountered: