NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

#HADOOP-9746 issue workaround #287

Closed matfed closed 11 years ago

matfed commented 11 years ago

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. This is a workaround.