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