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

Questions about spark.ui.reverseProxy and spark.ui.reverseProxyUrl #96

Open
odunybrad opened this issue Aug 1, 2019 · 1 comment
Open
Labels

Comments

@odunybrad
Copy link

Thanks for providing this useful container.

I have a question about two spark configs: spark.ui.reverseProxy and spark.ui.reverseProxyUrl.
It seems the official document says "Use it with caution, as worker and application UI will not be accessible directly, you will only be able to access them through spark master/proxy public URL. "
For spark.ui.reverseProxyUrl it says "Make sure this is a complete URL including scheme (http/https) and port to reach your proxy."

However, in your scripts/launch.sh, you manually set spark.ui.reverseProxy to true and spark.ui.reverseProxyUrl to \.

Shall we keep the default setting of False?
Thanks!

@elmiko
Copy link
Contributor

elmiko commented Aug 1, 2019

thanks for the question, this really depends on your deployment platform. iirc, we set those parameters to make it easier for openshift to expose the route to the web ui.

perhaps @tmckayus could provide a little more detail.

@elmiko elmiko added the question label Aug 1, 2019
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