Good Morning, So I made progress since my last post. yay!
Next problem, I am receiving this error when attempting this command: ./nutch crawl urls -dir crawl -solr http://10.100.220.220:8983/solr/ -depth 3 -topN 5 Exception in thread "main" org.apache.gora.util.GoraException: java.io.IOException: java.lang.ClassNotFoundException: org.hsqldb.jdbc.JDBCDriver ... This looks like a DB connector exception, but I haven't specified a DB connection..? I have been using 1.5.1 locally, and I am trying to transition to 2.1 hadoop. The command that the nutch script executes: exec hadoop jar /root/Downloads/apache-nutch-2.1/build/apache-nutch-2.1.job org.apache.nutch.crawl.Crawler urls -dir crawl -solr http://10.100.220.220:8983/solr/ -depth 3 -topN 5 and the hdfs contains.. drwxr-xr-x - root wheel 26 2012-10-19 09:47 /user/root/urls -rw-r--r-- 1 root wheel 21 2012-10-19 09:47 /user/root/urls/seed.txt again, any help, very much appreciated -- View this message in context: http://lucene.472066.n3.nabble.com/nutch-hadoop-solr-tp4014761.html Sent from the Nutch - User mailing list archive at Nabble.com.

