You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Phil Zampino (JIRA)" <ji...@apache.org> on 2018/05/25 15:22:00 UTC

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

Phil Zampino created KNOX-1335:
----------------------------------

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