GitHub user vanzin opened a pull request:

    https://github.com/apache/spark/pull/16625

    [SPARK-17874][core] Add SSL port configuration.

    Make the SSL port configuration explicit, instead of deriving it
    from the non-SSL port, but retain the existing functionality in
    case anyone depends on it.
    
    The change starts the HTTPS and HTTP connectors separately, so
    that it's possible to use independent ports for each. For that to
    work, the initialization of the server needs to be shuffled around
    a bit. The change also makes it so the initialization of both
    connectors is similar, and end up using the same Scheduler - previously
    only the HTTP connector would use the correct one.
    
    Also removed some outdated documentation about a SSL config namespace
    that was removed a long time ago.
    
    Tested with unit tests and by running spark-shell with SSL configs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vanzin/spark SPARK-17874

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16625.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16625
    
----
commit 409a6438585c79e20648a23849560ead09743325
Author: Marcelo Vanzin <[email protected]>
Date:   2017-01-17T19:31:17Z

    [SPARK-17874][core] Add SSL port configuration.
    
    Make the SSL port configuration explicit, instead of deriving it
    from the non-SSL port, but retain the existing functionality in
    case anyone depends on it.
    
    The change starts the HTTPS and HTTP connectors separately, so
    that it's possible to use independent ports for each. For that to
    work, the initialization of the server needs to be shuffled around
    a bit. The change also makes it so the initialization of both
    connectors is similar, and end up using the same Scheduler - previously
    only the HTTP connector would use the correct one.
    
    Also removed some outdated documentation about a SSL config namespace
    that was removed a long time ago.
    
    Tested with unit tests and by running spark-shell with SSL configs.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to