Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.1.0
-
None
Description
When SSL is enabled, the Spark shell shows:
Spark context Web UI available at https://192.168.99.1:4040
This is wrong because 4040 is http, not https. It redirects to the https port.
More importantly, this introduces several broken links in the UI. For example, in the master UI, the worker link is https:8081 instead of http:8081 or https:8481.
Attachments
Issue Links
- relates to
-
SPARK-16988 spark history server log needs to be fixed to show https url when ssl is enabled
- Resolved
- links to