I'm trying to setup nutch on my local machine and index to elasticsearch. I
followed everything on this tutorial:
https://gist.github.com/xrstf/b48a970098a8e76943b9
But when I run
runtime/local/bin/nutch index -all
It I get:
SolrIndexerJob: java.lang.RuntimeException: job failed: name=Indexer,
jobid=job_local830597808_0001
at
org.apache.nutch.util.NutchJob.waitForCompletion(NutchJob.java:54)
at org.apache.nutch.indexer.IndexingJob.run(IndexingJob.java:154)
at org.apache.nutch.indexer.IndexingJob.index(IndexingJob.java:176)
at org.apache.nutch.indexer.IndexingJob.run(IndexingJob.java:202)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.indexer.IndexingJob.main(IndexingJob.java:211)
This shouldn't be happening, since I have indexer-elastic in my
nutch-site.xml.
I tried running runtime/local/bin/nutch elasticindex -all but I get the
error:
Error: Could not find or load main class
org.apache.nutch.indexer.elastic.ElasticIndexerJob
I just trying to get things set up on my local machine.
Thanks