From b94fbdf6f080a95ad8f2d787bc8e219e8eeea0f6 Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Wed, 27 Jan 2016 11:39:55 -0800 Subject: [PATCH] HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe) (cherry picked from commit 2e8ab3d46568162af6aa90b612ed61d487e7c7b0) --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/main/resources/core-default.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 7040048cd02..02044fcea69 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1018,6 +1018,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang) + HADOOP-12735. core-default.xml misspells + hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index df9502fd3ba..7d6a2d9c8c3 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -437,7 +437,7 @@ for ldap providers in the same way as above does. - hadoop.work.around.non.threadsafe.getpwuid + hadoop.workaround.non.threadsafe.getpwuid false Some operating systems or authentication modules are known to have broken implementations of getpwuid_r and getpwgid_r, such that these