[ https://issues.apache.org/jira/browse/HADOOP-12735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15120084#comment-15120084
]
Hudson commented on HADOOP-12735:
---------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #9193 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/9193/])
HADOOP-12735. core-default.xml misspells (cmccabe: rev 2e8ab3d46568162af6aa90b612ed61d487e7c7b0)
* hadoop-common-project/hadoop-common/CHANGES.txt
* hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
> core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid
> --------------------------------------------------------------------
>
> 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
> Fix For: 2.8.0
>
> Attachments: HADOOP-12735.001.patch, HADOOP-12735.002.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)
|