Repository: hadoop Updated Branches: refs/heads/branch-2 a1f913fb6 -> b94fbdf6f
HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe) (cherry picked from commit 2e8ab3d46568162af6aa90b612ed61d487e7c7b0) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b94fbdf6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b94fbdf6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b94fbdf6 Branch: refs/heads/branch-2 Commit: b94fbdf6f080a95ad8f2d787bc8e219e8eeea0f6 Parents: a1f913f 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:42 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/b94fbdf6/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 7040048..02044fc 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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/b94fbdf6/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 df9502f..7d6a2d9 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
