[
https://issues.apache.org/jira/browse/KNOX-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Zampino resolved KNOX-1335.
--------------------------------
Resolution: Fixed
> Spark service discovery when SSL is configured
> ----------------------------------------------
>
> Key: KNOX-1335
> URL: https://issues.apache.org/jira/browse/KNOX-1335
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 1.1.0
> Reporter: Phil Zampino
> Assignee: Phil Zampino
> Priority: Major
> Fix For: 1.1.0
>
>
> When Spark is configured to employ SSL, discovery needs to refer to different
> properties when constructing the service URLs for the topology.
> - if {{spark.ssl.historyServer.enabled}} is set to {{true}} or, if
> {{spark.ssl.historyServer.enabled}} is not set, if {{spark.ssl.enabled}} is
> set to {{true}};
> - when SSL is enabled, the port which SHS binds to is
> {{spark.ssl.historyServer.port}} or {{spark.history.ui.port}} + 400 if
> {{spark.ssl.historyServer.port}} is not set.
> For Livy, SSL is enabled if {{livy.keystore}} is set. In this case, Livy
> starts using SSL using the same port as in the non-SSL case.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)