Description
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