[
https://issues.apache.org/jira/browse/HADOOP-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623816#action_12623816
]
Sanjay Radia commented on HADOOP-3698:
--------------------------------------
Hemant wrote:
> * An ACL can be specified as an (operation, userlist or grouplist) tuple
> for a given queue.
> * The operations that seem relevant are:
> o submit job
> o administer jobs in a queue - including deleting any job or
> modifying any job's properties such as it's priority
> o listing jobs
We need add permissions to
- to change queue properties
- to change the acl list.
The changeACL is a new operation - the users who are permitted this are
effectively the queue owners.
We could fold the change queue properties in the admin operation you listed
above.
> Implement access control for submitting jobs to queues in the JobTracker
> ------------------------------------------------------------------------
>
> Key: HADOOP-3698
> URL: https://issues.apache.org/jira/browse/HADOOP-3698
> Project: Hadoop Core
> Issue Type: New Feature
> Components: mapred
> Reporter: Hemanth Yamijala
> Assignee: Hemanth Yamijala
> Fix For: 0.19.0
>
>
> HADOOP-3445 implements multiple queues in the JobTracker as part of the new
> resource manager for Hadoop (HADOOP-3421). There needs to be a mechanism to
> control who can submit jobs to a specified queue. This JIRA is for tracking
> the requirements, approach and implementation for the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.