[
https://issues.apache.org/jira/browse/HADOOP-12735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ray Chiang updated HADOOP-12735:
--------------------------------
Attachment: HADOOP-12735.001.patch
- Fix the property in NativeIO.java. Following the convention that we should
stay backwards compatible to the property name as shown in the xml file.
> Fix typo in core-default.xml property
> -------------------------------------
>
> Key: HADOOP-12735
> URL: https://issues.apache.org/jira/browse/HADOOP-12735
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.7.1
> Reporter: Ray Chiang
> Assignee: Ray Chiang
> Priority: Minor
> Labels: supportability
> Attachments: HADOOP-12735.001.patch
>
>
> The property as defined in core-default.xml is
> bq. hadoop.work.around.non.threadsafe.getpwuid
> But in NativeIO.java (the only place I can see a similar reference), the
> property is defined as:
> bq. 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?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)