I'm trying to test out Nutch 2.1 on a single Windows machine and the command
nutch crawl seeds -dir crawl -solr http://somehost:8983/solr -depth 2 -topN 2
dies with a traceback of several exceptions starting with java.net.ConnectionException: Connection refused, also including a GoraException, SQLTransientConnectionException, and org.hsqldb.HsqlException. Same problem as this post connection refused error when running Nutch 2
It looks like Nutch 2 wants some kind of database already installed, but there's no mention of that in the (sparse) documentation that I can see.
The production environment will eventually be a linux/Hadoop cluster, but for the moment I'm just trying to get a simple local system to work out of the box.
So what options are there for a simple Nutch database? How do you tell Nutch and Gora about the database? HBase might be a good answer as soon as we have our Hadoop cluster up and running, but in the meantime is there some simple, even slow, database that will work for initial exploration on a single system?
Thanks for any help.