GitHub user jacek-lewandowski opened a pull request:

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

    SPARK-3883 SSL support for HttpServer and Akka

     - Introduced SSLOptions object
     - SSLOptions is created by SecurityManager
     - SSLOptions configures Akka and Jetty to use SSL
     - SSLOptions uses property file which is node-local to set SSL settings
     - Provided utility methods to determine the proper Akka protocol for Akka 
requests and to configure SSL socket factory for URL connections
     - Added tests cases for AkkaUtils, FileServer, SSLOptions and 
SecurityManager

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

    $ git pull https://github.com/jacek-lewandowski/spark SPARK-3883

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

    https://github.com/apache/spark/pull/2739.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 #2739
    
----
commit fcc3d29866b73f1c3553ae1861ff8cc9c7829258
Author: Jacek Lewandowski <[email protected]>
Date:   2014-10-08T23:41:05Z

    SPARK-3883 SSL support for HttpServer and Akka
    
     - Introduced SSLOptions object
     - SSLOptions is created by SecurityManager
     - SSLOptions configures Akka and Jetty to use SSL
     - SSLOptions uses property file which is node-local to set SSL settings
     - Provided utility methods to determine the proper Akka protocol for Akka 
requests and to configure SSL socket factory for URL connections
     - Added tests cases for AkkaUtils, FileServer, SSLOptions and 
SecurityManager

----


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