Procházet zdrojové kódy

MAPREDUCE-4341. add types to capacity scheduler properties documentation (Karthik Kambatla via tgraves).

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1351762 13f79535-47bb-0310-9956-ffa450edef68
Thomas Graves před 13 roky
rodič
revize
01b2040810

+ 3 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -584,6 +584,9 @@ Release 0.23.3 - UNRELEASED
     MAPREDUCE-4311. Capacity scheduler.xml does not accept decimal values for
     capacity and maximum-capacity settings (Karthik Kambatla via tgraves)
 
+    MAPREDUCE-4341. add types to capacity scheduler properties documentation
+    (Karthik Kambatla via tgraves)
+
 Release 0.23.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 2 - 2
hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/CapacityScheduler.apt.vm

@@ -197,14 +197,14 @@ Hadoop MapReduce Next Generation - Capacity Scheduler
 || Property                            || Description                         |
 *--------------------------------------+--------------------------------------+
 | <<<yarn.scheduler.capacity.<queue-path>.capacity>>> | |
-| | Queue <capacity> in percentage (%). | 
+| | Queue <capacity> in percentage (%) as a float (e.g. 12.5).| 
 | | The sum of capacities for all queues, at each level, must be equal |
 | | to 100. | 
 | | Applications in the queue may consume more resources than the queue's | 
 | | capacity if there are free resources, providing elasticity. |
 *--------------------------------------+--------------------------------------+
 | <<<yarn.scheduler.capacity.<queue-path>.maximum-capacity>>> |   | 
-| | Maximum queue capacity in percentage (%). |
+| | Maximum queue capacity in percentage (%) as a float. |
 | | This limits the <elasticity> for applications in the queue. |
 | | Defaults to -1 which disables it. |
 *--------------------------------------+--------------------------------------+