[ http://issues.apache.org/jira/browse/HADOOP-377?page=comments#action_12423006 ] Doug Cutting commented on HADOOP-377: -------------------------------------
Can you say more about how you use this? One can already name config files in jar files on the CLASSPATH, or at an absolute place in the filesystem. Are you specifying a jar that's accessed from a jar not on the CLASSPATH? > 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
