You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/10/03 22:42:43 UTC

[jira] [Created] (MAPREDUCE-5558) Scheme for local file is lost when submitting mapreduce job using mapreduce API

Ted Yu created MAPREDUCE-5558:
---------------------------------

             Summary: Scheme for local file is lost when submitting mapreduce job using mapreduce API
                 Key: MAPREDUCE-5558
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5558
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


HBase snapshot export adds dependent jars (local files) through "tmpjars" config entry.

When debugging BUG-9392, we found that scheme for local file (file:/) is lost by DistributedCache.addFileToClassPath() call in JobSubmitter.

The root cause of this problem is that we are somehow losing "file:/" from the uri. In the earlier code we were creating new Path object (new Path (newPath.toUri().getPath()) ) where as part of newPath.toUri().getPath() call we are losing the authority and scheme which are passed in.

Thanks to Omkar who helped debug this issue



--
This message was sent by Atlassian JIRA
(v6.1#6144)