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.

Reply via email to