GitHub user jerryshao opened a pull request:

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

    [SPARK-19033][Core] Add admin acls for history server

    ## What changes were proposed in this pull request?
    
    Current HistoryServer's ACLs is derived from application event-log, which 
means the newly changed ACLs cannot be applied to the old data, this will 
become a problem where newly added admin cannot access the old application 
history UI, only the new application can be affected. 
    
    So here propose to add admin ACLs for history server, any configured 
user/group could have the view access to all the applications, while the view 
ACLs derived from application run-time still take effect.
    
    ## How was this patch tested?
    
    Unit test added.

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

    $ git pull https://github.com/jerryshao/apache-spark SPARK-19033

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

    https://github.com/apache/spark/pull/16470.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 #16470
    
----
commit c0c19338aa09354e54eb5cd2f99b9b9a7966ddab
Author: jerryshao <[email protected]>
Date:   2017-01-04T08:05:30Z

    Add admin acls for history server
    
    Change-Id: Idc5509c7ee24c6cf717e35c0bdaebf3384baa59f

----


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