CombineFileInputFormat only works when paths are on the default filesystem
--------------------------------------------------------------------------

                 Key: MAPREDUCE-2704
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2704
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon


CombineFileInputFormat constructs new Path objects by converting an existing 
path to a URI, and then only pulling out the "path" part of it. This drops the 
scheme and host, which makes CombineFileInputFormat fail if the paths are on a 
filesystem other than the default one.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to