From 0bdb51d8010a8329da332610f5197565185423bf Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 11 Nov 2015 16:13:08 +0900 Subject: [PATCH] YARN-4241. Fix typo of property name in yarn-default.xml. Contributed by Anthony Rojas. (cherry picked from commit 23d0db551cc63def9acbab2473e58fb1c52f85e0) (cherry picked from commit f6f128c8676981a33ccc55c92321244391f9a3ac) --- hadoop-yarn-project/CHANGES.txt | 3 +++ .../hadoop-yarn-common/src/main/resources/yarn-default.xml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 0f38fc91508..e8bf9bcc588 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -892,6 +892,9 @@ Release 2.6.3 - UNRELEASED BUG FIXES + YARN-4241. Fix typo of property name in yarn-default.xml. + (Anthony Rojas via aajisaka) + Release 2.6.2 - 2015-10-28 INCOMPATIBLE CHANGES diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index eb72c9d99d8..efd6a90509a 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -1020,7 +1020,7 @@ The minimum fraction of number of disks to be healthy for the nodemanager to launch new containers. This correspond to both - yarn-nodemanager.local-dirs and yarn.nodemanager.log-dirs. i.e. If there + yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs. i.e. If there are less number of healthy local-dirs (or log-dirs) available, then new containers will not be launched on this node. yarn.nodemanager.disk-health-checker.min-healthy-disks @@ -1031,7 +1031,7 @@ The maximum percentage of disk space utilization allowed after which a disk is marked as bad. Values can range from 0.0 to 100.0. If the value is greater than or equal to 100, the nodemanager will check - for full disk. This applies to yarn-nodemanager.local-dirs and + for full disk. This applies to yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs. yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage 90.0 @@ -1039,7 +1039,7 @@ The minimum space that must be available on a disk for - it to be used. This applies to yarn-nodemanager.local-dirs and + it to be used. This applies to yarn.nodemanager.local-dirs and yarn.nodemanager.log-dirs. yarn.nodemanager.disk-health-checker.min-free-space-per-disk-mb 0