Details
Description
MAPREDUCE-1307 introduced job ACLs for securing job level operations. So in current trunk, queue ACLs and job ACLs are checked(with AND for both acls) for allowing job level operations. So for doing operations like killJob, killTask and setJobPriority user should be part of both mapred.queue.
.acl-administer-jobs will be able to do killJob,killTask,setJobPriority and users part of mapreduce.job.acl-modify-job will be able to do killJob,killTask,setJobPriority.
Attachments
Attachments
Issue Links
- blocks
-
MAPREDUCE-1759 Exception message for unauthorized user doing killJob, killTask, setJobPriority needs to be improved
- Resolved
- is blocked by
-
MAPREDUCE-1550 UGI.doAs should not be used for getting the history file of jobs
- Resolved
-
HADOOP-6922 COMMON part of MAPREDUCE-1664
- Closed