Steve Loughran created HDFS-4623:
------------------------------------

             Summary: NameNode.parseArguments() should use EN as the locale for 
case checks of arguments
                 Key: HDFS-4623
                 URL: https://issues.apache.org/jira/browse/HDFS-4623
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
    Affects Versions: 2.0.3-alpha
            Reporter: Steve Loughran
            Priority: Trivial


{{NameNode.parseArguments()}} uses {{equalsIgnoreCase()}} to case convert 
arguments on the command line. This will not work consistently across locales, 
especially those that don't have {{"I".toLower()=="i").

Fix is trivial.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to