mapred-queue-acls.xml.template 1.1 KB

12345678910111213141516171819202122232425262728293031
  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. alice,bob group1,group2.
  11. If set to the special value '*', it means all users are allowed to
  12. submit jobs.
  13. </description>
  14. </property>
  15. <property>
  16. <name>mapred.queue.default.acl-administer-jobs</name>
  17. <value>*</value>
  18. <description> Comma separated list of user and group names that are allowed
  19. to delete jobs or modify job's priority for jobs not owned by the current
  20. user in the 'default' queue. The user list and the group list
  21. are separated by a blank. For e.g. alice,bob group1,group2.
  22. If set to the special value '*', it means all users are allowed to do
  23. this operation.
  24. </description>
  25. </property>
  26. </configuration>