ソースを参照

YARN-942. In Fair Scheduler documentation, inconsistency on which properties have prefix (Akira Ajisaka via Sandy Ryza)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1517692 13f79535-47bb-0310-9956-ffa450edef68
Sanford Ryza 11 年 前
コミット
922647fe26

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

@@ -36,6 +36,9 @@ Release 2.1.1-beta - UNRELEASED
     YARN-1093. Corrections to Fair Scheduler documentation (Wing Yew Poon via
     YARN-1093. Corrections to Fair Scheduler documentation (Wing Yew Poon via
     Sandy Ryza)
     Sandy Ryza)
 
 
+    YARN-942. In Fair Scheduler documentation, inconsistency on which
+    properties have prefix (Akira Ajisaka via Sandy Ryza)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
   BUG FIXES
   BUG FIXES

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

@@ -159,7 +159,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler
     * If assignmultiple is true, the maximum amount of containers that can be
     * If assignmultiple is true, the maximum amount of containers that can be
       assigned in one heartbeat. Defaults to -1, which sets no limit.
       assigned in one heartbeat. Defaults to -1, which sets no limit.
 
 
- * <<<locality.threshold.node>>>
+ * <<<yarn.scheduler.fair.locality.threshold.node>>>
 
 
     * For applications that request containers on particular nodes, the number of
     * For applications that request containers on particular nodes, the number of
       scheduling opportunities since the last container assignment to wait before
       scheduling opportunities since the last container assignment to wait before
@@ -168,7 +168,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler
       opportunities to pass up. The default value of -1.0 means don't pass up any
       opportunities to pass up. The default value of -1.0 means don't pass up any
       scheduling opportunities.
       scheduling opportunities.
 
 
- * <<<locality.threshold.rack>>>
+ * <<<yarn.scheduler.fair.locality.threshold.rack>>>
 
 
     * For applications that request containers on particular racks, the number of
     * For applications that request containers on particular racks, the number of
       scheduling opportunities since the last container assignment to wait before
       scheduling opportunities since the last container assignment to wait before