If the default file system is set using the new uri syntax, the namenode will 
not start
---------------------------------------------------------------------------------------

                 Key: HADOOP-825
                 URL: http://issues.apache.org/jira/browse/HADOOP-825
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.10.0
            Reporter: Owen O'Malley
         Assigned To: Owen O'Malley
             Fix For: 0.10.0


The namenode tries to parse the string manually by looking for the first ":" 
and translating the rest of the string into an integer. This is great, if it is 
"<host>:<port>", but not if it is "hdfs://<host>:<port>/"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to