Yesha Vora created SPARK-16988:
----------------------------------
Summary: spark history server log needs to be fixed to show https
url when ssl is enabled
Key: SPARK-16988
URL: https://issues.apache.org/jira/browse/SPARK-16988
Project: Spark
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Yesha Vora
When spark ssl is enabled, spark history server ui ( http://host:port) is
redirected to https://host:port+400.
So, spark history server log should be updated to print https url instead http
url
{code:title=spark HS log}
16/08/09 15:21:11 INFO ServerConnector: Started
ServerConnector@3970a5ee{SSL-HTTP/1.1}{0.0.0.0:18481}
16/08/09 15:21:11 INFO Server: Started @4023ms
16/08/09 15:21:11 INFO Utils: Successfully started service on port 18081.
16/08/09 15:21:11 INFO HistoryServer: Bound HistoryServer to 0.0.0.0, and
started at http://xxx:18081
16/08/09 15:22:52 INFO FsHistoryProvider: Replaying log path:
hdfs://xxx:8020/yy/application_1470756121646_0001.inprogress{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]