GitHub user tgravescs opened a pull request:

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

    SPARK-1890 and SPARK-1891- add admin and modify acls

    It was easier to combine these 2 jira since they touch many of the same 
places.  This pr adds the following:
    
    - adds modify acls
    - adds admin acls (list of admins/users that get added to both view and 
modify acls)
    - modify Kill button on UI to take modify acls into account
    - changes config name of spark.ui.acls.enable to spark.acls.enable since I 
choose poorly in original name. We keep backwards compatibility so people can 
still use spark.ui.acls.enable. The acls should apply to any web ui as well as 
any CLI interfaces.
    - send view and modify acls information on to YARN so that YARN interfaces 
can use (yarn cli for killing applications for example).

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

    $ git pull https://github.com/tgravescs/spark SPARK-1890

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

    https://github.com/apache/spark/pull/1196.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 #1196
    
----
commit 72eb0ac6830a134d56525ee9f0b84e37416a7109
Author: Thomas Graves <[email protected]>
Date:   2014-06-23T20:42:56Z

    Add modify acls

commit 4c765f45e941206ae16da75548064c0c7a017f32
Author: Thomas Graves <[email protected]>
Date:   2014-06-24T14:06:33Z

    Add in admin acls

commit b92ec8908c5150a87becf39c85f77a81d45c2192
Author: Thomas Graves <[email protected]>
Date:   2014-06-24T18:46:03Z

    remove unneeded variable from applistener

----


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

Reply via email to