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.
4
votes
0answers
325 views
Nutch on EMR problem reading from S3
Hi I am trying to run Apache Nutch 1.2 on Amazon's EMR.
To do this I specifiy an input directory from S3. I get the following error:
Fetcher: java.lang.IllegalArgumentException:
This file ...
2
votes
0answers
126 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
0answers
492 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 ...
2
votes
0answers
208 views
Bypassing authentication for localhost in order to implement search in Etherpad
I'm trying to implement Nutch + Solr based search engine into my Etherpad installation. The main issue I'm having is that Nutch doesn't support POST authentication. Etherpad and Nutch are installed on ...
1
vote
0answers
19 views
nutch crawler: db_unfetched a large number and no fetching is done
I am using nutch to crawl and download content from wikipedia from a certain domain. In the log I see that around 3000 urls are fetched But when I look at the stats, db_fetched is just 81 while ...
1
vote
0answers
171 views
nutch Job Failed
I am trying to follow simple steps on Nutch tutorial.
All goes good till here:
@ubuntu:/usr/local/nutch/framework/apache-nutch-1.6$ bin/nutch crawl bin/urls -dir crawl -depth 3 -topN 5 -threads 1
...
1
vote
0answers
153 views
Creating an Akka fat Jar
I need to create a Nutch plugin that communicate with some external applications using Akka. In order to do this, I need to package the plugin as a fat Jar - I am using sbt-assembly version 0.8.3.
...
1
vote
0answers
407 views
error building nutch 2.1 on windows 7 Could not load definitions from resource org/sonar/ant/antlib.xml
When I try to build nutch 2.1 on my windows 7 machine i get the below error:
Buildfile: C:\apache-nutch-2.1\build.xml
[taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It ...
1
vote
0answers
94 views
update solr index by nutch
I am using nutch 1.5 and solr 3.5. I would like to know the best way to update solr index through nutch. The seedlist.txt in nutch contains about a million urls. New urls will be added daily. Also, ...
1
vote
0answers
148 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 ...
1
vote
0answers
118 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
0answers
53 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 ...
1
vote
0answers
71 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 ...
1
vote
0answers
129 views
Nutch 2 hsql configuration
How can i configure data mapping in this database using nutch. Probably should be some hsql-mapping.xml but the compiled nutch don't have this file.
I am asking this because sometimes i get a sql ...
1
vote
0answers
182 views
Nutch Crawl2.0 error - java.io.IOException: No input paths specified in job
I try to crawl some urls with nutch 2.0, but failed as belows:
org.apache.nutch.crawl.Crawler urls -dir crawls -depth 5 -topN 100
Exception in thread "main" java.io.IOException: No input paths ...
1
vote
0answers
217 views
Using SearchQuerySet haystack API without django models and nutch
Morning all,
This past week I have been experimenting with different search engines and indexing tools and have come across a problem. I have a django site that is all static pages. I have used nutch ...
1
vote
0answers
184 views
java.net.UnknownHostException during fetching in crawl(with nutch 1.4)
I have one link with many external link inside it,when the fetching process start, many external link failed with: java.net.UnknownHostException, i use nutch 1.4 and i set the below setting in ...
1
vote
0answers
91 views
nutch: searching with key word
Using Nutch, I would like to crawl all http://www.amazon.com/ webpages which have ipod in their url.
For e.g if my search for ipod in their search box, I get
...
1
vote
0answers
351 views
SOLR AND+OR Query - how to do?
In Nutch I'm using Solr as a search server.
I would like to perform something query like
(hillary AND clinton) OR (barack AND obama) OR (..)
How to do it?
For me single OR query works, like
india ...
0
votes
0answers
9 views
Getting error while running nutch 1.6 with hadoop 0.20.2 in eclips in windows environment
I configure my nutch code in eclips as per this site http://wiki.apache.org/nutch/RunNutchInEclipse
but getting error "java.io.IOException: Failed to set permissions of path: \tmp\hadoop "
so i moved ...
0
votes
0answers
22 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
12 views
cant use webgraph in nutch 1.2?
I want to use webgraph command. i used this command : bin/nutch org.apache.nutch.scoring.webgraph.WebGraph -segment crawl/segments/20090306093949/ -webgraphdb crawl/webgraphdb referred from this ...
0
votes
0answers
43 views
Nutch Crawling is Slow
I am crawling a large site (approx 5-6k pages) with Nutch 1.2, and the crawl is taking 8-12hrs, which seems far too slow.
When I increase 'fetcher.threads.fetch' and 'fetcher.threads.per.host' I ...
0
votes
0answers
19 views
Nutch - exclude domain except for injected URL
is there any way to exclude domain from crawling except for a page that is injected in the begining in seeds file? E.g.
In my urls.txt which are starting point for crawler I have a lot of links to ...
0
votes
0answers
52 views
apache nutch (standalone) and Solr - image search engine
Can you please suggest me apache nutch (standalone) and Solr configuration and schema setup for image search engine ?
0
votes
0answers
47 views
How to find depth and score of unfetched URLS in Nutch
Hi I had crawled a website using nutch 1.5.1 with following parameters. -depth=20 and -topN=800. Now I have a fairly large number of URLS (approx 6K) that are with status db_unfetched. I want to ...
0
votes
0answers
30 views
nutch protocol-file plugin : how set value for parameteres in protocol-file plugin
First of all I did hours for search here and Google and see related suggested question site offer me when I set my title like how nutch plugins work?, but with no luck because there no document there ...
0
votes
0answers
28 views
How to Continue to Crawl with Nutch Even An Error Occurs?
When I crawl with Nutch and error occurs (i.e. when one of threads doesn't come within a time) it stops crawling and exits.
Is there any configuration to continue crawling even a such kind of error ...
0
votes
0answers
60 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
0answers
86 views
Nutch and hadoop Class not found
I try start nutch crawl in MapReduce mode:
hadoop jar lib/apache-nutch-1.6.jar org.apache.nutch.crawl.Crawl /tmp/seed.txt -dir crawl -depth 3 -topN 5
And get error:
13/03/06 13:28:45 INFO ...
0
votes
0answers
51 views
Continue Nutch Crawling After Exception
I am new to Nutch.I have already configured Nutch with MYSQL. I have few questions :
1.Currently I am crawling all the domains from my SEED.TXT. If some exception occurs the crawling stops and some ...
0
votes
0answers
257 views
Solr indexer…SolrException:Bad Request
When I start solrindex, I have the exception
org.apache.solr.common.SolrException: Bad Request
this is the hadoop.log file content
...
2013-02-11 17:01:22,079 INFO anchor.AnchorIndexingFilter - ...
0
votes
0answers
179 views
Indexing on Amazon S3 using Hadoop/Lucene
I want to perform indexing on the files present in the S3 repository. I want to create mapper/reducers for it and trigger jobs that would distribute indexing using EMR and then complete it. Can anyone ...
0
votes
0answers
92 views
Solr suggester does not return suggestion after crawling 50000 URLs
I am using solr 3.5. I have a suggester setup follow the instructions of http://solr.pl/en/2010/11/15/solr-and-autocomplete-part-2/
when I tested the suggester with 20+ indexed urls, everything ...
0
votes
0answers
25 views
Search jpg-s with SOLR
I crawl my site and remove jpg extension from and start crawl some jpg-s. But i can't understand am i need to change some conf settings in solr, to import nutch crawled data to solr (i mean jpg-s ...
0
votes
0answers
77 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 ...
0
votes
0answers
41 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
104 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
0answers
80 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;
...
0
votes
0answers
103 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
0answers
40 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 ...
0
votes
0answers
26 views
Create simple Nutch mock objects
I'm "forcing" the creation of MockObjects in nutch, in order to avoid runtime exceptions associated with bad mime types , etc, for unit tests:
forceSet( urlContent,"url",mockurl);
forceSet( ...
0
votes
0answers
9 views
nutch crawl.CrawlDbReducer - Missing fetch and old value
can anyone enlighten me what cause nutch produce this message bellow:
crawl.CrawlDbReducer - Missing fetch and old value
and how to remedy the situation ...
thanks
0
votes
0answers
71 views
nutch smb-protocol
I've tried to use the protocol-smb plugin with nutch. The nutch read and parsed the documents correctly, but afterward, when it hit the crawldb, crawl.CrawlDbReducer, i got a lot of ...
0
votes
0answers
65 views
How do i change the default character set for nutch segment reader to iso-8859-1?
I need to do this because its converting special characters like å to utf-8 with the replacement character � when i do a readseg -dump
0
votes
0answers
15 views
A method for updating Nutch1.4 indexes
I am using nutch1.4 in combination with solr3.5, the nutch crawl Intranet, how can I do re-crawling ? I am so confused. What is the best way to update the solr Index ?
0
votes
0answers
38 views
Can I only add url in a specified div to the fetch list with nutch?
Such as the title, I want crawl a page with many urls, but only the ones in a specified div are meaningful to me. So I want to write a plugin to filter it, but I don't know which extension point ...
0
votes
0answers
44 views
custom nutch generator
I am new to nutch and building an application that uses nutch to crawl certain folders.
How can I make changes to generator configuration so that it picks the sub directory for crawl only when the ...
0
votes
0answers
100 views
Solr multiple cores activation
I am implementing a search engine with Nutch as web crawler and Solr for searching. Now,since Nutch has no search-user-interface any more, I came to know about Ajax-Solr as search-user-interface.
I ...
0
votes
0answers
68 views
nutch get only depth 1 urls from multiple pages
i'm working on a project out of interest an thought i would use nutch here.
my aim is to go to a site which has maybe 1000 odd articles and get only the links to these articles. the problem here is 2 ...

