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

2012-01-26 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


Target Version/s:   (was: 0.23.1)
   Fix Version/s: (was: 0.24.0)
  0.23.1

Backported to 0.23

 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.23.1

 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




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

2012-01-14 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


Target Version/s: 0.23.1  (was: 0.24.0)

This is also a good addition to go to 0.23. Will backport in a couple of days 
if there are no objections.

 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




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

2012-01-05 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


   Resolution: Fixed
Fix Version/s: 0.24.0
   Status: Resolved  (was: Patch Available)

Committed to trunk, thanks again Sho!

 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




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

2012-01-04 Thread Sho Shimauchi (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sho Shimauchi updated HADOOP-4515:
--

Status: Open  (was: Patch Available)

 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




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

2012-01-04 Thread Sho Shimauchi (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sho Shimauchi updated HADOOP-4515:
--

Attachment: HADOOP-4515.patch

attached the same 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, 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




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

2012-01-04 Thread Sho Shimauchi (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sho Shimauchi updated HADOOP-4515:
--

Status: Patch Available  (was: Open)

 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, 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




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

2011-12-29 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


Target Version/s: 0.24.0
Hadoop Flags: Reviewed  (was: Incompatible change)

Don't think this is really incompatible. We still check for strings 'true' and 
'false'.

+1, patch looks good. Will commit it pending Hudson results.

 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




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

2011-12-29 Thread Sho Shimauchi (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sho Shimauchi updated HADOOP-4515:
--

Attachment: HADOOP-4515.patch

attached a patch

 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
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




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

2011-12-29 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


Status: Patch Available  (was: Open)

 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




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

2011-12-29 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


Status: Open  (was: Patch Available)

 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




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

2011-12-29 Thread Harsh J (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated HADOOP-4515:


Status: Patch Available  (was: Open)

 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