0
votes
1answer
36 views

java.lang.ClassNotFoundException: org.apache.gora.hbase.store.HBaseStore

I try to run Nutch 2.0 with HBase as a storage backend for Gora. I following this Tutorial: http://wiki.apache.org/nutch/Nutch2Tutorial and got java.lang.NoClassDefFoundError; this tutorial also ...
0
votes
0answers
26 views

Nutch 2.1 don't parse site

I am using nutch 2.1 with Hbase. And it workes fine. But I wanted to crawl the http://www.forbes.ru site. I get info in my Hbase about this site but it is not parsed. I tried to start Parse -all but ...
0
votes
0answers
61 views

How to use Solr4j at Hbase to Index and Search?

I have data at Hbased that crawled by Nutch. How can I use Solr4j to index it and after that search. Are there any code examples?
0
votes
1answer
91 views

Integrating Hbase that Holds Nutch Crawled Data and Solr

I have a Hbase Database that holds crawled information of wikipedia.org. My machine is at Amazon Wweb Services. I have downloaded the Solr and I want to index the data at Hbase after that I will make ...
0
votes
1answer
232 views

Integrating Solr + Hadoop and Nutch + Hbase on Amazon Web Services and Local

I have a machine on Amazon Web Services and I am trying some search features on it. I have installed Nutch and Hbase on my AWS machine. I have crawled wikipedia.org as an example and the crawled data ...
0
votes
1answer
472 views

Configuring Hbase standalone mode with Apache Nutch : java.lang.IllegalArgumentException: Not a host:port pair

I got the following error while I running the below command in apache Nutch 2.1 and hbase 0.94.3. Exception in thread "main" org.apache.gora.util.GoraException: ...
0
votes
1answer
403 views

nutch2.0 hadoop Input path does not exist

Exception in thread "main" org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does not exist: hdfs://yuqing-namenode:9000/user/yuqing/2 at ...
0
votes
2answers
121 views

Creating different tables in hbase for every diferent url in my seed file in nutch?

I'm using nutch 2.1 integrated with Hbase 0.92.1. When I fetch data from websites all of the data is written in only one table in Hbase and this is my problem. The table's name is "webpage". Is ...
2
votes
2answers
439 views

nutch inject with hbase NoSuchMethodError

When I try and run nutch I am presented with the following error. I have hbase-0.94.0 installed and running, hadoop is running also with no problems. in ${NUTCH_HOME}/runtime/local/lib ...
1
vote
2answers
439 views

How can i crawl data from hbase using nutch

My requirement is to crawl data from HBASE using Nutch, and then index it into Solr. how can i proceed on this? Thanks in advance