spark-instrumented-optimizer/core/src/main
sarutak bb94f61a7a [SPARK-18762][WEBUI] Web UI should be http:4040 instead of https:4040
## What changes were proposed in this pull request?

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.

CC: mengxr liancheng

I manually tested accessing by accessing MasterPage, WorkerPage and HistoryServer with SSL enabled.

Author: sarutak <sarutak@oss.nttdata.co.jp>

Closes #16190 from sarutak/SPARK-18761.
2016-12-07 11:41:23 -08:00
..
java/org/apache/spark [SPARK-18208][SHUFFLE] Executor OOM due to a growing LongArray in BytesToBytesMap 2016-12-07 04:33:30 -08:00
resources/org/apache/spark [SPARK-18396][HISTORYSERVER] Duration" column makes search result confused, maybe we should make it unsearchable 2016-11-14 12:22:36 +01:00
scala/org/apache/spark [SPARK-18762][WEBUI] Web UI should be http:4040 instead of https:4040 2016-12-07 11:41:23 -08:00