Hey All,
I have setup the latest version nutch from trunk and am running into a few
issues with hbase and injecting urls. when I run the command
runtime/local/bin/nutch inject runtime/local/seed/
I get
InjectorJob: java.lang.RuntimeException: Could not create datastore
at
org.apache.nutch.storage.StorageUtils.initMapperJob(StorageUtils.java:70)
at
org.apache.nutch.storage.StorageUtils.initMapperJob(StorageUtils.java:50)
at org.apache.nutch.crawl.InjectorJob.inject(InjectorJob.java:233)
at org.apache.nutch.crawl.InjectorJob.run(InjectorJob.java:246)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.InjectorJob.main(InjectorJob.java:256)
Under the gora properties it should be pointing at localhost/nutchtest and I
created that store manually in hbase is that right?
I have found a few tutorials around nutchbase but the api seems to have changed
since the merge with Nutch trunk
Any help would be appreciated and I try to do a how to writeup
Regards,
Dave