mapred-queue-acls.xml.template 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <!-- This is a template file for queue acls configuration properties -->
  4. <configuration>
  5. <property>
  6. <name>mapred.queue.default.acl-submit-job</name>
  7. <value> </value>
  8. <description> Comma separated list of user and group names that are allowed
  9. to submit jobs to the 'default' queue. The user list and the group list
  10. are separated by a blank. For e.g. user1,user2 group1,group2.
  11. If set to the special value '*', it means all users are allowed to
  12. submit jobs. If set to ' '(i.e. space), no user will be allowed to submit
  13. jobs.
  14. It is only used if authorization is enabled in Map/Reduce by setting the
  15. configuration property mapred.acls.enabled to true.
  16. Irrespective of this ACL configuration, the user who started the cluster and
  17. cluster administrators configured via
  18. mapreduce.cluster.administrators can submit jobs.
  19. </description>
  20. </property>
  21. <property>
  22. <name>mapred.queue.default.acl-administer-jobs</name>
  23. <value> </value>
  24. <description> Comma separated list of user and group names that are allowed
  25. to view job details, kill jobs or modify job's priority for all the jobs
  26. in the 'default' queue. The user list and the group list
  27. are separated by a blank. For e.g. user1,user2 group1,group2.
  28. If set to the special value '*', it means all users are allowed to do
  29. this operation. If set to ' '(i.e. space), no user will be allowed to do
  30. this operation.
  31. It is only used if authorization is enabled in Map/Reduce by setting the
  32. configuration property mapred.acls.enabled to true.
  33. Irrespective of this ACL configuration, the user who started the cluster and
  34. cluster administrators configured via
  35. mapreduce.cluster.administrators can do the above operations on all the jobs
  36. in all the queues. The job owner can do all the above operations on his/her
  37. job irrespective of this ACL configuration.
  38. </description>
  39. </property>
  40. </configuration>