[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2016-01-21 Thread alpivonka
Github user alpivonka commented on the pull request:

https://github.com/apache/spark/pull/5325#issuecomment-173561257
  
I would like to bring up an opportunity for re-use.
with in the mapred-site.xml (for our implementation) we are using the 
following to allow access to mapreduce logs ...etc..
Why reinvent the wheel, most often the users/groups for both MR and Spark 
would be the some or all of the same user/groups.
My suggestion is to create a common list/set of properties between MR and 
Spark for acls. Instead of maintaining two separate lists
mapreduce.cluster.acls.enabled = true
mapreduce.job.acl-view-job=mapred,hue,* 
mapreduce.job.acl-modify-job=mapred,hue,* 


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



[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2015-12-30 Thread rxin
Github user rxin commented on the pull request:

https://github.com/apache/spark/pull/5325#issuecomment-168112721
  
I'm going to close this pull request. If this is still relevant and you are 
interested in pushing it forward, please open a new pull request. Thanks!


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



[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2015-12-30 Thread asfgit
Github user asfgit closed the pull request at:

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


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



[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2015-07-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/5325#issuecomment-122996015
  
Can one of the admins verify this patch?


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



[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2015-07-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/5325#issuecomment-121073590
  
Can one of the admins verify this patch?


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



[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2015-04-01 Thread colinmjj
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



[GitHub] spark pull request: spark-6106:Support user group mapping and grou...

2015-04-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/5325#issuecomment-88750778
  
Can one of the admins verify this patch?


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