RawLocalFileStatus is causing Path problems 
--------------------------------------------

                 Key: HADOOP-2072
                 URL: https://issues.apache.org/jira/browse/HADOOP-2072
             Project: Hadoop
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.14.3
         Environment: All, shows up most on Windows
            Reporter: Dennis Kubes
             Fix For: 0.15.0, 0.16.0, 0.14.3


In RawLocalFileStatus of the RawLocalFileSystem class, files were getting 
changed to URIs then to string which would cause some files to appear as 
C:/somethingfile://anotherpath.  This is a simple change and it just needs to 
be converted as toString and opposed to toUri().toString().  The problem area 
is line 324 of the org.apache.hadoop.fs.RawLocalFileSystem.java file.  I am 
testing a patch currently and will submit as soon as it passes all current unit 
tests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to