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 "Omkar Vinit Joshi (JIRA)" <ji...@apache.org> on 2013/07/19 00:34:49 UTC

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

     [ https://issues.apache.org/jira/browse/HADOOP-9746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Omkar Vinit Joshi reassigned HADOOP-9746:
-----------------------------------------

    Assignee: Omkar Vinit Joshi
    
> 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
>            Assignee: Omkar Vinit Joshi
>            Priority: Minor
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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