Skip to content
Snippets Groups Projects
  • Thomas Graves's avatar
    7edbea41
    SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use servlets · 7edbea41
    Thomas Graves authored
    resubmit pull request.  was https://github.com/apache/incubator-spark/pull/332.
    
    Author: Thomas Graves <tgraves@apache.org>
    
    Closes #33 from tgravescs/security-branch-0.9-with-client-rebase and squashes the following commits:
    
    dfe3918 [Thomas Graves] Fix merge conflict since startUserClass now using runAsUser
    05eebed [Thomas Graves] Fix dependency lost in upmerge
    d1040ec [Thomas Graves] Fix up various imports
    05ff5e0 [Thomas Graves] Fix up imports after upmerging to master
    ac046b3 [Thomas Graves] Merge remote-tracking branch 'upstream/master' into security-branch-0.9-with-client-rebase
    13733e1 [Thomas Graves] Pass securityManager and SparkConf around where we can. Switch to use sparkConf for reading config whereever possible. Added ConnectionManagerSuite unit tests.
    4a57acc [Thomas Graves] Change UI createHandler routines to createServlet since they now return servlets
    2f77147 [Thomas Graves] Rework from comments
    50dd9f2 [Thomas Graves] fix header in SecurityManager
    ecbfb65 [Thomas Graves] Fix spacing and formatting
    b514bec [Thomas Graves] Fix reference to config
    ed3d1c1 [Thomas Graves] Add security.md
    6f7ddf3 [Thomas Graves] Convert SaslClient and SaslServer to scala, change spark.authenticate.ui to spark.ui.acls.enable, and fix up various other things from review comments
    2d9e23e [Thomas Graves] Merge remote-tracking branch 'upstream/master' into security-branch-0.9-with-client-rebase_rework
    5721c5a [Thomas Graves] update AkkaUtilsSuite test for the actorSelection changes, fix typos based on comments, and remove extra lines I missed in rebase from AkkaUtils
    f351763 [Thomas Graves] Add Security to Spark - Akka, Http, ConnectionManager, UI to use servlets
    7edbea41
    History
    SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use servlets
    Thomas Graves authored
    resubmit pull request.  was https://github.com/apache/incubator-spark/pull/332.
    
    Author: Thomas Graves <tgraves@apache.org>
    
    Closes #33 from tgravescs/security-branch-0.9-with-client-rebase and squashes the following commits:
    
    dfe3918 [Thomas Graves] Fix merge conflict since startUserClass now using runAsUser
    05eebed [Thomas Graves] Fix dependency lost in upmerge
    d1040ec [Thomas Graves] Fix up various imports
    05ff5e0 [Thomas Graves] Fix up imports after upmerging to master
    ac046b3 [Thomas Graves] Merge remote-tracking branch 'upstream/master' into security-branch-0.9-with-client-rebase
    13733e1 [Thomas Graves] Pass securityManager and SparkConf around where we can. Switch to use sparkConf for reading config whereever possible. Added ConnectionManagerSuite unit tests.
    4a57acc [Thomas Graves] Change UI createHandler routines to createServlet since they now return servlets
    2f77147 [Thomas Graves] Rework from comments
    50dd9f2 [Thomas Graves] fix header in SecurityManager
    ecbfb65 [Thomas Graves] Fix spacing and formatting
    b514bec [Thomas Graves] Fix reference to config
    ed3d1c1 [Thomas Graves] Add security.md
    6f7ddf3 [Thomas Graves] Convert SaslClient and SaslServer to scala, change spark.authenticate.ui to spark.ui.acls.enable, and fix up various other things from review comments
    2d9e23e [Thomas Graves] Merge remote-tracking branch 'upstream/master' into security-branch-0.9-with-client-rebase_rework
    5721c5a [Thomas Graves] update AkkaUtilsSuite test for the actorSelection changes, fix typos based on comments, and remove extra lines I missed in rebase from AkkaUtils
    f351763 [Thomas Graves] Add Security to Spark - Akka, Http, ConnectionManager, UI to use servlets