Repository: hadoop Updated Branches: refs/heads/branch-2.8 62206dd2e -> bc00b8ce9
HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe) (cherry picked from commit 2e8ab3d46568162af6aa90b612ed61d487e7c7b0) (cherry picked from commit b94fbdf6f080a95ad8f2d787bc8e219e8eeea0f6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/bc00b8ce Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bc00b8ce Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bc00b8ce Branch: refs/heads/branch-2.8 Commit: bc00b8ce9e28dc40b5a4c378b5c2ca86b35a318a Parents: 62206dd Author: Colin Patrick Mccabe <[email protected]> Authored: Wed Jan 27 11:39:55 2016 -0800 Committer: Colin Patrick Mccabe <[email protected]> Committed: Wed Jan 27 11:40:59 2016 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/main/resources/core-default.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/bc00b8ce/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 040f143..f3b026f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -964,6 +964,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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/bc00b8ce/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml ---------------------------------------------------------------------- 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 c3cc693..f6a8f9d 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. </property> <property> - <name>hadoop.work.around.non.threadsafe.getpwuid</name> + <name>hadoop.workaround.non.threadsafe.getpwuid</name> <value>false</value> <description>Some operating systems or authentication modules are known to have broken implementations of getpwuid_r and getpwgid_r, such that these
