You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/05/25 19:55:00 UTC

[jira] [Commented] (KNOX-1335) Spark service discovery when SSL is configured

    [ https://issues.apache.org/jira/browse/KNOX-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491211#comment-16491211 ] 

ASF subversion and git services commented on KNOX-1335:
-------------------------------------------------------

Commit 2a6d72c34c90faf861b714c4ad3260571fb328a8 in knox's branch refs/heads/master from [~pzampino]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=2a6d72c ]

KNOX-1335 - Spark service discovery when SSL is configured


> 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)