Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
Description
The property as defined in core-default.xml is
hadoop.work.around.non.threadsafe.getpwuid
But in NativeIO.java (the only place I can see a similar reference), the property is defined as:
static final String WORKAROUND_NON_THREADSAFE_CALLS_KEY = "hadoop.workaround.non.threadsafe.getpwuid";
Note the extra period (.) in the word "workaround".
Should the code be made to match the property or vice versa?
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-12738 Create unit test to automatically compare Common related classes and core-default.xml
- Resolved
- duplicates
-
HADOOP-12704 Configuration hadoop.work.around.non.threadsafe.getpwuid not working
- Resolved
- is related to
-
HADOOP-12766 The default value of "hadoop.workaround.non.threadsafe.getpwuid" is different between core-default.xml and NativeIO.java
- Resolved