[ 
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

Reply via email to