You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Abhijit Bagri (JIRA)" <ji...@apache.org> on 2008/10/24 13:45:44 UTC

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

conf.getBoolean must be case insensitive
----------------------------------------

                 Key: HADOOP-4515
                 URL: https://issues.apache.org/jira/browse/HADOOP-4515
             Project: Hadoop Core
          Issue Type: Improvement
    Affects Versions: 0.18.2
            Reporter: Abhijit Bagri


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.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Abhijit Bagri (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhijit Bagri updated HADOOP-4515:
----------------------------------

    Priority: Minor  (was: Major)

> conf.getBoolean must be case insensitive
> ----------------------------------------
>
>                 Key: HADOOP-4515
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4515
>             Project: Hadoop Core
>          Issue Type: Improvement
>    Affects Versions: 0.18.2
>            Reporter: Abhijit Bagri
>            Priority: Minor
>
> 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.
-
You can reply to this email to add a comment to the issue online.