Skip to content
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

404 error when lookup spark executors #361

Open
lordk911 opened this issue Dec 19, 2022 · 2 comments
Open

404 error when lookup spark executors #361

lordk911 opened this issue Dec 19, 2022 · 2 comments
Labels

Comments

@lordk911
Copy link

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 "

@lordk911 lordk911 added the bug label Dec 19, 2022
@welcome
Copy link

welcome bot commented Dec 19, 2022

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.
welcome
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! 👋

Welcome to the Jupyter community! 🎉

@takluyver
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants