Nutch is open source web-search software. It builds on Lucene and Solr, adding web-specifics, such as a crawler, a link-graph database, parsers for HTML and other document formats, etc.

learn more… | top users | synonyms

0
votes
1answer
1k views

Insufficient space for shared memory file when i try to run nutch generate command

I have been running nutch crawling commands for the passed 3 weeks and now i get the below error when i try to run any nutch command Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for ...
2
votes
0answers
147 views

How to index new data with Solr 4.0 when the database is updated?

I have a database populated with fetched and parsed web pages. Does Solr know automatically which of the columns are updated to index only the changes? Or should i make my own java code or something ...
2
votes
1answer
102 views

How can i crawl page but without fetching video/image content in nutch 2.1?

I want to crawl a page and I need to take only the HTML itself, avoiding all images/videos etc... Is it possible to do this? Thanks in advance.
3
votes
3answers
267 views

Recrawl URL with Nutch just for updated sites

I crawled one URL with Nutch 2.1 and then I want to re-crawl pages after they got updated. How can I do this? How can I know that a page is updated?
0
votes
2answers
86 views

How to config Nutch to crawl only the URLs in seeklist? (no crawl back need)

I have a url seedlist contains more than 100000 urls. I know that nutch will crawl not only the urls in the seedlist but also any url links found inside the websites. However, I would like to know is ...
0
votes
1answer
263 views

nutch 2.1 generator job runtime exception job failed

I am getting the below error when i try to generate urls using the generate command: GeneratorJob: java.lang.RuntimeException: job failed: name=generate: 1357474131-234134646, jobid=job_local_0001 ...
0
votes
1answer
339 views

Nutch 2.1 (HBase, SOLR) with Amazon Web Services

I experienced Nutch 2.1 locally without any difficulty. I have also tried on a 3 machine distributed cluster. We're now discussing whether to run it with Amazon Web Services or not. I do not have much ...
0
votes
1answer
107 views

nutch crawling gets stuck in spinwaiting or active. how to reduce fetch cycle?

I am using nutch 2.1 and crawling a site. The problem is that the crawler keeps showing fetching url spinwaiting/active and since the fetching takes so much time the connection to mysql gets timedout. ...
0
votes
0answers
92 views

Apache Nutch: Manually save raw HTML instead of binary

I want to use Apache Nutch as a crawler for my project. However, I want to handle the saving process of the HTML and other files myself. I read these two threads in SO: Nutch Raw Html Saving How do ...
4
votes
1answer
283 views

Using nutch in Windows 7

I am trying to use nutch 1.6 from the windows environment but every time I try to run as per the procedure given in the site Nutch Tuorial Apache I always end up with the following exception: ...
0
votes
0answers
51 views

program to crawl sites using nutch

I am newbie to nutch,I have installed and crawled some sites and the values are stored in crawldb.How to get the crawled data programmatically?. For programmatic crawling we need to use nutch ...
0
votes
0answers
110 views

Nutch Crawling YouTube and Wikipedia?

I am using apache-nutch 1.5.1 and it is crawling perfectly. But i have got some issues in crawling youtube and Wikipedia . For testing my crawling, I took http://www.youtube.com/education , i gave the ...
0
votes
1answer
568 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
180 views

nutch 2.1 Crawler errors

I decided to use nutch2.1 but ./src/bin/nutch crawl urls -dir sonuc typed it, it gave following errors: cygpath: can't convert empty path Error: Could not find or load main class ...
0
votes
1answer
278 views

How to extend Nutch for article crawling

I'm look for a framework to grab articles, then I find Nutch 2.1. Here's my plan and questions in each: 1 Add article list pages into url/seed.txt Here's one problem. What I actually want to be ...
1
vote
1answer
590 views

Nutch regex-urlfilter syntax

I am running Nutch v. 1.6 and it is crawling specific sites correctly, but I can't seem to get the syntax correct for the file NUTCH_ROOT/conf/regex-urlfilter.txt. The site I want to crawl has a URL ...
1
vote
2answers
395 views

How to recrawle nutch

I am using Nutch 2.1 integrated with mysql. I had crawled 2 sites and Nutch successfully crawled them and stored the data into the Mysql. I am using Solr 4.0.0 for searching. Now my problem is, when ...
-2
votes
1answer
129 views

Crawl only RSS sites using Nutch [closed]

Can anyone help me, how to crawl only rss feeds using Nutch (the feed may appear inside the HTML page). Please provide the step wise solution. Thanks in advance.
1
vote
0answers
158 views

Extracting text from a web page with Nutch

I'm brand new to Nutch, so please bear with me on this one. My goal is to simply extract some content from a web page and be able to retrieve the resultant information. For example, let's say I've ...
0
votes
0answers
89 views

debug nutch in eclipse with import org.apache.nutch.parse.ParseData error

after i run ant command. In eclipse, I add all jars in runtime\local\lib into buildpath everything is OK except import org.apache.nutch.parse.ParseData import org.apache.nutch.crawl.CrawlDatum; ...
1
vote
0answers
126 views

error while running solr index

I am running solrindex on nutch crawled data using the following command: bin/nutch solrindex <prep><code>http://127.0.0.1:8983/solr/ /app/hadoop/tmp/crawled_pages/crawldb -linkdb ...
1
vote
1answer
143 views

How to integrate apache nutch with apache solr on linux?

I am using glassfish server and eclips IDE. I already downloaded apache solr and configured into glassfish. Now I stucked integration of nutch with solr. As I new to these concepts, can any one help ...
0
votes
1answer
72 views

does nutch have web service API?

I know that Nutch has commands that can be used in a java project, but does Nutch have web services as API? (for example, like ElasticSearch REST API)
0
votes
1answer
115 views

error while running nutch on hadoop multi cluster environment

I am running nutch on hadoop multi cluster environment. Hadoop is throwing an error when nutch is being executed using the following command $ bin/hadoop jar ...
0
votes
2answers
377 views

What database options are available for Nutch 2.1?

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 ...
3
votes
0answers
589 views

Error while indexing in solr data crawled by nutch

I am starting working with nutch and solr and I have a problem with integrating Solr with Nutch. I followed the tutorial: http://wiki.apache.org/nutch/NutchTutorial and after using: bin/nutch crawl ...
0
votes
1answer
147 views

Liferay + Solr + Nutch

Readme: Nutch and Solr with Liferay I am at the exact same point now. I tried to merge the schema files or just changed the uniquekey but nothing worked. Nutch 1.4 and Solr 3.6.1 run fine when using ...
0
votes
1answer
66 views

Field mapping for HTML

I am now to Solr and Nutch. I have a question on the field mapping in solr / nutch schema.xml. I want solr/nutch pickup some keywords from one of my website. I know that the schema.xml has a field ...
0
votes
1answer
114 views

Using HtmlParseFilter with Tika parser in Nutch 1.5

What I'd like to do: write a Nutch plugin that receives the parsed data from every page crawled. I know that HtmlParseFilter does what I need for HTML pages, but I also want to process other types of ...
0
votes
2answers
206 views

Intelligent crawler that can prioritize sources based on keywords?

I'm trying to create a webcrawler that continuously crawls the web looking for webpages that contain certain keywords. There are a lot of open source solutions for this (Nutch, Scrapy et cetera), but ...
0
votes
1answer
655 views

nutch 1.5.1 solrindex java.io.IOException: Job failed

When i am trying to use the following command on my sles 11 system: bin/nutch solrindex http://127.0.0.1:8983/solr/ crawl/crawldb -linkdb crawl/linkdb crawl/segments/* I recieve this error: ...
0
votes
0answers
109 views

How to Crawl nutch on Hadoop

I have installed hadoop 1.0.3 and nutch 2.0 on ubuntu 12.04.01 LTs ... Now i want run nutch on single node machine.. will anyone help me out in setting up configurations.. Thanks& Regards ...
0
votes
1answer
71 views

Configuration for running nutch unit tests in eclipse

I have nutch set up for eclipse and can run and debug to my hearts content. I can compile from eclipse or the command line, using ant. I can test all modules individually. However, when running the ...
0
votes
0answers
44 views

Configure to Spawn Nutch crawl job on sudo distributed mode

I set sudo distributed apache hadoop 1.0.3 on ubuntu 12.04 LTS ... and also installed and configured the apache Nutch 2.0 same machine... How to configure hadoop and nutch to Spawn Nutch crawl job ...
2
votes
2answers
371 views

Nutch didn't crawl all URLs from the seed.txt

I am new to Nutch and Solr. Currently I would like to crawl a website and its content is generated by ASP. Since the content is not static, I created a seed.txt which contained all the URLs I ...
1
vote
2answers
125 views

“Fatal Error” following nutch tutorial “markup in the document following the root must be well formed”

I'm following the tutorial for Apache Nutch. I have the conf/nutch-site.xml configured like so: <property> <name>http.agent.name</name> <value>Nutch Spidah</value> ...
1
vote
0answers
54 views

hadoop1.0.3 & nutch1.5.1 can't update crawlDB

I try to deploy hadoop on my server then I build nutch1.5.1 using this tutorial to run nutch on hadoop. I hadn't got any error message in log files but the crawlDB can't update any urls so that ...
0
votes
1answer
623 views

Nutch 2.1 cannot setup in Mac

Trying to set up the new Nutch 2.1 in local environments. With the fresh download, then "ant build". Following the document from wiki http://wiki.apache.org/nutch/Nutch2Tutorial however, it seems that ...
0
votes
1answer
100 views

Does Nutch 2.1 still support file segments?

Does Nutch 2.1 still support file segments as the data storage? I cannot find my answer from the documentation or wiki.
0
votes
2answers
126 views

running nutch on the hadoop ,where is the nutch logs?

my nutch running on the hadoop ,I want to check the nutch running logs, but cannot find the output logs like the standalone nutch logs.
0
votes
1answer
174 views

How do I integrate Nutch and Solr to work with Drupal?

I configured my Drupal website to work with a Solr instance (using Apache Solr search inegration module) in order to have a better search than the one given by Drupal. In addition, I want my website ...
0
votes
0answers
107 views

DataFileAvroStore and AvroStore in Nutch 2 [closed]

What's the difference between DataFileAvroStore and AvroStore? I know that both of them are storage implementations that may be used by Nutch 2, and I think that they both store data in HDFS. Apart ...
1
vote
1answer
134 views

nutch2.0 dependency setting

I am crawling the urls with nutch2.0 in deploy mode . 1. I build the nutch with ant 2. then i use the nutch-2.0.job with hadoop .I run the command following : 1 . sudo -u hdfs hadoop jar ...
0
votes
1answer
71 views

Nutch : How to separate url result from the depth : 1 and the result from depth : 2

After I run this command in nutch: bin/nutch crawl urls -dir crawl -depth 3 -topN 5 I get a list of urls, just say 50 urls , but anyone know to separate all the url by the depth. So I will get the ...
5
votes
2answers
345 views

Nutch does not crawl all links in form

I have problem to crawling my site...there is a form with two drop-down lists....and when I start crawl , the crawler fetch only part of links from form....from first drop-down list it takes part of ...
0
votes
0answers
48 views

nutch2.0 setting with cdh3 [closed]

I am doing the crawling of urls using nutch in deploy mode . But when i tried to fetch the data from urls . It,s not fetching the content from urls and due to this it,s showing me map output record 0 ...
0
votes
1answer
425 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
1answer
37 views

Nutch readlinkdb does not output anything

I used Nutch 1.5 to crawl (used the crawl command), post this the readlinkdb dump contains nothing. Also, in an Indexing filter the inlinks is null. What causes the inlinks to be null?
1
vote
0answers
75 views

Nutch : Anchor text of current URL

In an indexing filter, is there a way to figure out the Anchor text from which the current URL/document originated from? I tried the inlinks but that seems to be null. public NutchDocument ...
0
votes
1answer
139 views

Nutch crawl only HTML

Is it possible to crawl(fetch) only plain HTML pages via Nutch? Not pictures,video, flash, Excel, exe, PDF or Word files. How to check Content-Type of the page and fetch only text/html pages via ...

1 2 3 4 5 11