You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Mateusz Fedoryszak (JIRA)" <ji...@apache.org> on 2013/07/18 19:24:49 UTC

[jira] [Created] (HADOOP-9746) DistributedCache.addFileToClassPath assumes Path has no authority nor protocol set

Mateusz Fedoryszak created HADOOP-9746:
------------------------------------------

             Summary: DistributedCache.addFileToClassPath assumes Path has no authority nor protocol set
                 Key: HADOOP-9746
                 URL: https://issues.apache.org/jira/browse/HADOOP-9746
             Project: Hadoop Common
          Issue Type: Bug
          Components: filecache
    Affects Versions: 2.0.0-alpha
            Reporter: Mateusz Fedoryszak
            Priority: Minor


DistributedCache.addFileToClassPath assumes a Path passed as a parameter has no authority nor protocol set. When it does it silently fails to add a file to the classpath. It is nowhere documented. It can be easily fixed by substituting file.toString() call with file.toUri().getPath()

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