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
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!
The text was updated successfully, but these errors were encountered:
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.
Thanks for providing this useful container.
I have a question about two spark configs:
spark.ui.reverseProxy
andspark.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
totrue
andspark.ui.reverseProxyUrl
to\
.Shall we keep the default setting of False?
Thanks!
The text was updated successfully, but these errors were encountered: