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

Matt Foley updated HADOOP-8606:
-------------------------------

    Fix Version/s: 1.2.0
    
> FileSystem.get may return the wrong filesystem
> ----------------------------------------------
>
>                 Key: HADOOP-8606
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8606
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 1.2.0, 0.23.3, 2.0.2-alpha
>
>         Attachments: HADOOP-8606.branch-1.patch, HADOOP-8606.patch
>
>
> {{FileSystem.get(URI, conf)}} will return the default fs if the scheme is 
> null, regardless of whether the authority is null too.  This causes URIs of 
> "//authority/path" to _always_ refer to "/path" on the default fs.  To the 
> user, this appears to "work" if the authority in the null-scheme URI matches 
> the authority of the default fs.  When the authorities don't match, the user 
> is very surprised that the default fs is used.

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