HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe)

This commit is contained in:
Colin Patrick Mccabe 2016-01-27 11:39:55 -08:00
parent 79d7949fbb
commit 2e8ab3d465
2 changed files with 4 additions and 1 deletions

View File

@ -1651,6 +1651,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

View File

@ -428,7 +428,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