YARN-646. Fix two typos in Fair Scheduler user guide. Contributed by Dapeng Sun.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1480360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74231f0276
commit
8dee15abe3
|
@ -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
|
||||
|
|
|
@ -124,7 +124,7 @@ Hadoop MapReduce Next Generation - Fair Scheduler
|
|||
|
||||
* The smallest container size the scheduler can allocate, in MB of memory.
|
||||
|
||||
* <<<yarn.scheduler.fair.minimum-allocation-mb>>>
|
||||
* <<<yarn.scheduler.fair.maximum-allocation-mb>>>
|
||||
|
||||
* 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:
|
||||
|
||||
* <<Queue elements>>, which represent queues. Each may contain the following
|
||||
|
|
Loading…
Reference in New Issue