ソースを参照

commit 3b23930dbd8a97bfbfa3b858c18849744f60ec3a
Author: Yahoo\! <ltucker@yahoo-inc.com>
Date: Thu Sep 3 11:27:49 2009 -0700

Update MAPREDUCE:768 by

removing: http://issues.apache.org/jira/secure/attachment/12417616/MAPREDUCE-768-ydist.patch

adding: http://issues.apache.org/jira/secure/attachment/12418142/MAPREDUCE-768-ydist-1.patch

+++ b/YAHOO-CHANGES.txt
+
+yahoo-hadoop-0.20.0-2957040010
+
+50. HADOOP-6227. Fix Configuration to allow final parameters to be set
+ to null and prevent them from being overridden. Contributed by
+ Amareshwari Sriramadasu.
+


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1076994 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 年 前
コミット
ce21b22362
1 ファイル変更27 行追加0 行削除
  1. 27 0
      src/mapred/mapred-default.xml

+ 27 - 0
src/mapred/mapred-default.xml

@@ -817,6 +817,33 @@
   </description>
 </property>
 
+<property>
+  <name>mapred.queue.names</name>
+  <value>default</value>
+  <description> Comma separated list of queues configured for this jobtracker.
+    Jobs are added to queues and schedulers can configure different 
+    scheduling properties for the various queues. To configure a property 
+    for a queue, the name of the queue must match the name specified in this 
+    value. Queue properties that are common to all schedulers are configured 
+    here with the naming convention, mapred.queue.$QUEUE-NAME.$PROPERTY-NAME,
+    for e.g. mapred.queue.default.submit-job-acl.
+    The number of queues configured in this parameter could depend on the
+    type of scheduler being used, as specified in 
+    mapred.jobtracker.taskScheduler. For example, the JobQueueTaskScheduler
+    supports only a single queue, which is the default configured here.
+    Before adding more queues, ensure that the scheduler you've configured
+    supports multiple queues.
+  </description>
+</property>
+
+<property>
+  <name>mapred.acls.enabled</name>
+  <value>false</value>
+  <description> Specifies whether ACLs are enabled, and should be checked
+    for various operations.
+  </description>
+</property>
+
 <property>
   <name>mapred.job.queue.name</name>
   <value>default</value>