[ 
http://issues.apache.org/jira/browse/HADOOP-377?page=comments#action_12423013 ] 
            
Jean-Baptiste Quenot commented on HADOOP-377:
---------------------------------------------

Here are the details: we use an abstraction class that returns either a File or 
an URL.  An URL is returned by getClass().getResource("hadoop-client.xml") so 
it would be great if Hadoop could handle that.

> Configuration does not handle URL
> ---------------------------------
>
>                 Key: HADOOP-377
>                 URL: http://issues.apache.org/jira/browse/HADOOP-377
>             Project: Hadoop
>          Issue Type: Bug
>            Reporter: Jean-Baptiste Quenot
>         Attachments: 20060721-hadoop-Configuration-URL
>
>
> Current Configuration allows:
> * <String> pointing to a resource in the classpath
> * <Path> local path on the file system
> The attached patch handles java.net.URL.  We use it to load hadoop-client.xml 
> from a JAR.
> Thanks in advance!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to