Browse Source

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)
Colin Patrick Mccabe 9 years ago
parent
commit
bc00b8ce9e

+ 3 - 0
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
     HADOOP-12718. Incorrect error message by fs -put local dir without
     permission. (John Zhuge via Yongjun Zhang)
     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
 Release 2.7.3 - UNRELEASED
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 1 - 1
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>
 
 
 <property>
 <property>
-  <name>hadoop.work.around.non.threadsafe.getpwuid</name>
+  <name>hadoop.workaround.non.threadsafe.getpwuid</name>
   <value>false</value>
   <value>false</value>
   <description>Some operating systems or authentication modules are known to
   <description>Some operating systems or authentication modules are known to
   have broken implementations of getpwuid_r and getpwgid_r, such that these
   have broken implementations of getpwuid_r and getpwgid_r, such that these