mapred-queue-acls.xml.template 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 on JobTracker 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 delete 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 on JobTracker via
  35. mapreduce.cluster.administrators can do this operation.
  36. </description>
  37. </property>
  38. </configuration>