[
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181262#comment-13181262
]
Hudson commented on HADOOP-4515:
--------------------------------
Integrated in Hadoop-Hdfs-trunk #917 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/917/])
HADOOP-4515. Configuration#getBoolean must not be case sensitive. (Sho
Shimauchi via harsh)
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1227964
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
> conf.getBoolean must be case insensitive
> ----------------------------------------
>
> Key: HADOOP-4515
> URL: https://issues.apache.org/jira/browse/HADOOP-4515
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 0.18.2
> Reporter: Abhijit Bagri
> Assignee: Sho Shimauchi
> Priority: Minor
> Labels: newbie
> Fix For: 0.24.0
>
> Attachments: HADOOP-4515.patch, HADOOP-4515.patch
>
>
> Currently, if xx is set to "TRUE", conf.getBoolean("xx", false) would return
> false.
> conf.getBoolean should do an equalsIgnoreCase() instead of equals()
> I am marking the change as incompatible because it does change semantics as
> pointed by Steve in HADOOP-4416
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira