GitHub user colinmjj opened a pull request:

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

    spark-6106:Support user group mapping and groups in view, modify and admin 
acls

    Add following configuration:
         spark.security.group.acls.enable: true|false     to enable/disable 
group acl check
         spark.security.groupMappingProvider:             to config the 
implement for getting groups for user,
                                                 the default value: 
org.apache.spark.util.ShellBasedUnixGroupsMapping
    
    The group acls can be configured with: "spark.ui.view.acls", 
"spark.modify.acls", "spark.admin.acls", for example:
          spark.ui.view.acls :  user1,user2|group1,group2
          The user list and group list will be splitted by '|'.

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

    $ git pull https://github.com/colinmjj/spark master

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

    https://github.com/apache/spark/pull/5325.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 #5325
    
----
commit 30c8f0f0604d42f092e6b6ae276d37ecf94bca5c
Author: colinma <co...@majunjie-dev.sh.intel.com>
Date:   2015-04-02T02:44:51Z

    spark-6106

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to