You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Remus Rusanu (JIRA)" <ji...@apache.org> on 2014/06/04 18:03:02 UTC

[jira] [Created] (HADOOP-10663) Path.getFileSystem should identify Windows drive (c:) like files and return the localFS

Remus Rusanu created HADOOP-10663:
-------------------------------------

             Summary: Path.getFileSystem should identify Windows drive (c:) like files and return the localFS
                 Key: HADOOP-10663
                 URL: https://issues.apache.org/jira/browse/HADOOP-10663
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Remus Rusanu


While investigating the problem with MAPREDUCE-5912 I considered that the fact that asking a Windows specific Path to get its file system should not return the default FS, but the localFS. Specifically, I believe that Path.initialize should identify such names as belonging to the 'file://' scheme (when null) and so create appropriate URIs.
I do not have the know-how to evaluate the bigger impact of such a change.



--
This message was sent by Atlassian JIRA
(v6.2#6252)