Hi, I am trying to index some XMLs files in URLs like: http:<host>:<port>/<name>.xml. But I am having some problems with this isue. First time I tried, the error I found was: java.io.IOException: No FileSystem for scheme: http
Then, I added to the hadoop-default.xml file the tag for processing http URIs: <property> <name>fs.http.impl</name> <value>org.apache.hadoop.hdfs.HftpFileSystem</value> <description>The FileSystem for http: uris.</description> </property> After that, it is returning the next error: java.io.IOException: Server returned HTTP response code: 400 for URL Also, it seems that URL built for the XML to index is wrong. Does anybody knows the possible problem? Thanks a lot -- View this message in context: http://lucene.472066.n3.nabble.com/HTTP-Scheme-problem-tp1679792p1679792.html Sent from the Nutch - User mailing list archive at Nabble.com.

