You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Sho Shimauchi (Commented) (JIRA)" <ji...@apache.org> on 2011/12/30 00:47:31 UTC

[jira] [Commented] (HADOOP-4515) conf.getBoolean must be case insensitive

    [ https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177461#comment-13177461 ] 

Sho Shimauchi commented on HADOOP-4515:
---------------------------------------

Jenkins seems to have been down and this patch isn't on the build queue.
Can you try again?
                
> 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
>         Attachments: 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