This commit is tied to https://github.com/bitnami/charts/pull/8447
and provides a way for upstream to set a SPARK_WEBUI_SSL_PORT
environment variable that will in turn dictate spark.ssl.port.
- Set spark.ssl.port conditionally on SPARK_WEBUI_SSL_PORT
- Change spark.ssl.port -> spark.ssl.standalone.port
- Define SPARK_WEBUI_SSL_PORT in spark_env() func
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
Signed-off-by: Brad Solomon <81818815+brsolomon-deloitte@users.noreply.github.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>