[ 
https://issues.apache.org/jira/browse/HADOOP-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393394#comment-13393394
 ] 

Ivan Mitic commented on HADOOP-8414:
------------------------------------

bq. The FsShell or FileSystem shouldn't be using the canonical host name or 
even mangling the URI at all unless a change recently slipped past me...
@Daryn: Thanks for clarifying your concerns. Commands passed in by the test 
have the following form: {code}-fs NAMENODE -du /data15bytes{code} where the 
{{NAMENODE}} string gets replaced with the {{fs.default.name}}. Per my previous 
comment, namenode default FS URI resolves to {{hdfs://127.0.0.1:port}} on 
Windows, so from the FsShell perspective, output is equivalent to input. 
                
> Address problems related to localhost resolving to 127.0.0.1 on Windows
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-8414
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8414
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs, test
>    Affects Versions: 1.0.0
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-8414-branch-1-win(2).patch, 
> HADOOP-8414-branch-1-win.patch, HADOOP-8414-branch-1-win.patch
>
>
> Localhost resolves to 127.0.0.1 on Windows and that causes the following 
> tests to fail:
>  - TestHarFileSystem
>  - TestCLI
>  - TestSaslRPC
> This Jira tracks fixing these tests and other possible places that have 
> similar issue.

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

        

Reply via email to