diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 4ce688532a..b5960298af 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -351,6 +351,8 @@ Release 2.0.5-beta - UNRELEASED YARN-576. Modified ResourceManager to reject NodeManagers that don't satisy minimum resource requirements. (Kenji Kikushima via vinodkv) + YARN-646. Fix two typos in Fair Scheduler user guide. (Dapeng Sun via atm) + Release 2.0.4-alpha - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/FairScheduler.apt.vm b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/FairScheduler.apt.vm index c7a8229d36..3d6af1347e 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/FairScheduler.apt.vm +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/FairScheduler.apt.vm @@ -124,7 +124,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler * The smallest container size the scheduler can allocate, in MB of memory. - * <<>> + * <<>> * The largest container the scheduler can allocate, in MB of memory. @@ -177,7 +177,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler Allocation file format - The allocation file must be in XML format. The format contains three types of + The allocation file must be in XML format. The format contains four types of elements: * <>, which represent queues. Each may contain the following