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.
1
vote
1answer
52 views
error with crawling with nutch
I was trying to crawl website with nutch and got this error:
java.net.MalformedURLException: no protocol:
Exception in thread "main" java.io.IOException: Job failed!
at ...
1
vote
0answers
21 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
179 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
1answer
106 views
Properly importing Apache nutch to eclipse EE juno using SVN
I have imported apache nutch from http://svn.apache.org/repos/asf/nutch/trunk/ through SVN on eclipse; however, the project I have imported has 10k+ java errors:
Some errors are due to source files ...
1
vote
0answers
155 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
1answer
131 views
Read Nutch crawled data from MySQL
I wrote a program to store nutch(2.1) crawled results in MySQL. It works fine. I get the file formats specified for search. I get few jpeg file. I want to fetch these images from DB(I am not sure if ...
1
vote
0answers
417 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
120 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
1answer
132 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 ...
1
vote
0answers
72 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
1answer
238 views
nutch2.0 with cassandra
Exception in thread "main" org.apache.gora.util.GoraException: java.io.IOException
at org.apache.gora.store.DataStoreFactory.createDataStore(DataStoreFactory.java:167)
at ...
1
vote
1answer
337 views
nutch 2.0 fetch page repeatedly when a job failed
I use mysql as storage backend with nutch.
Job failed when crawling some sites. Got the following exception and exit nutch when reaching this page: http://www.appchina.com/users.html
Exception in ...
1
vote
2answers
104 views
Ajax-Solr does not query or find the Solr Server
I set up a little search server with Apache Nutch, Solr and Ajax-Solr as a Frontend. If i am using the solr server out of the ajax-solr tutorial everything is working fine but if i am going to use my ...
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
1answer
204 views
Nutch and Http POST authentication?
I'm stuck at the point where I need to crawl websites that have a form post.
Nutch does not support this.
How do I get around this so I can crawl these websites using Nutch? Is there a better ...
1
vote
1answer
259 views
Effect of depth, topn in nutch crawl
I have always wondered what is the effect of depth and topn for a nutch crawl? For example, let's assume a depth of 100 and topn of 10000 ensures a full crawl, would changing the depth to 1000 affect ...
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
1answer
164 views
Nutch/Solr Indexing Sentences - Parser plugin or Indexing plugin?
Trying to index full sentences as their own field. If I do the sentence splitting in Nutch, using something like OpenNLP or LingPipe, where do I plug in the sentence detecting code? In the parsing ...
1
vote
2answers
609 views
Extracting Fetched Web Pages from Nutch in a Map Reduce Friendly Format
After a Nutch crawl in distributed (deploy) mode as follows:
bin/nutch crawl s3n://..... -depth 10 -topN 50000 -dir /crawl -threads 20
I need to extract each URL fetched along with it's ...
1
vote
1answer
811 views
java.io.IOException: Job failed
I'm trying to index a site with "Apache Nutch 1.4" and when I run the command below, the following error occurs "java.io.IOException: Job failed"
bin/nutch solrindex http://localhost:8983/solr/ ...
1
vote
1answer
90 views
block some part of web page to be indexed
I crawled a web site. there are a lot of common contents on the pages, like drop-down menu, navigation. How to prevent these contents from being indexed?
1
vote
1answer
40 views
Can any one explain briefly about the link analysis in nutch
Can any one explain briefly about the link analysis in nutch and give some use full links regarding link analysis.
1
vote
0answers
185 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
1answer
420 views
Nutch path error
following this tutorial http://wiki.apache.org/nutch/NutchTutorial
and http://www.nutchinstall.blogspot.com/
when i take the command
bin/nutch crawl urls -dir crawl -depth 3 -topN 5
i have this ...
1
vote
2answers
2k views
nutch Unable to successfully parse content
I try to crawl using nutch 1.4 , but I'm facing error in parsing, this is the log file:
2012-01-09 09:12:02,696 INFO parse.ParseSegment - ParseSegment: starting at 2012-01-09 09:12:02
...
1
vote
1answer
284 views
How to retrieve a HTML page who was crawled using cache?
I'm using nutch1.3 to crawl some webpage and solr to generate each index. Performing a simple search on http://localhost:8983/solr/, it returns a result with various docs, each doc has some fields, I ...
1
vote
2answers
605 views
Nutch path error
Hi I have installed solr and nutch on Ubuntu. I am able to crawl and index on occassions, but not all the time. I Have been getting this path error repeatedly and could not find a solution online. ...
1
vote
2answers
437 views
Exclude duplicate results from Solr query based on highlight snippets?
The scene:
I have indexed many websites using Nutch and Solr. I've implemented result grouping by site. My results output includes the page title, highlight snippets and URL. My issue is with the ...
1
vote
2answers
774 views
Solr index empty after nutch solrindex command
I'm using Nutch and Solr to index a file share.
I first issue: bin/nutch crawl urls
Which gives me:
solrUrl is not set, indexing will be skipped...
crawl started in: crawl-20110804191414
rootUrlDir ...
1
vote
2answers
425 views
Why do I get “security.Groups: Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; cacheTimeout=300000”?
$hdfs dfs -rmr crawl
11/04/16 08:49:33 INFO security.Groups: Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; cacheTimeout=300000
I'm using hadoop-0.21.0 with the ...
1
vote
1answer
308 views
Writing MetaData inside HDFS
We are using nutch to crawl our intranet site.
We are extracting the meta data in xml file, in the indexing phase(We modified the code of indexer.java), and when ran in local mode it gave us the ...
1
vote
1answer
640 views
Nutch - Lucene - capture the content of the pages
I have crawled a few pages with Java Nutch
Also I have made a module with Lucene in Java which allows execute queries on indexed documents.
I know I created Nutch fields like url, weight and the ...
1
vote
1answer
500 views
how to make nutch crawler crawl
i have some doubt in nutch
while i used the wiki i am asked to edit the crawl-urlfilter.txt
+^http://([a-z0-9]*\.)*apache.org/
and i am asked to create an url folder and an list of url...
do i ...
1
vote
1answer
225 views
Profiling Lucene in Nutch
I'm trying to profile Nutch using VisualVM. Lucene is the part of the Nutch core responsible for generating url indexes and for searching these indexes due to some query. I'm running Nutch through ...
1
vote
1answer
544 views
nutch and sitemap.xml
does apache-nutch support sitemaps?
or how can i implement it myself? how can i use priority field, should it be multiplied to boost field?
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 ...
1
vote
1answer
151 views
Handling multiple connections to the host simultaneously
How can I handle a number of connections to the host at the same time?
1
vote
1answer
1k views
How can I crawl pdf files that are served on internet using Nutch-1.0 using http protocol
I want to know How can I crawl pdf files that are served on internet using Nutch-1.0 using http protocol
I am able to do it on local file systems using file:// protocol but not http protocol
0
votes
1answer
91 views
i don't known what does the symbol,“#” mean in the following src of the nutch's HttpBase.java
When I come to the following src of the nutch's HttpBase.java, I don't known what does the symbol,"#" mean in the author's desription:
// get # of threads already accessing this addr
Integer counter ...
0
votes
3answers
1k views
How to speed up crawling in Nutch
I am Arjun.
I am trying to develop an application in which I'll give a constrained set of urls to the urls file in Nutch. I am able to crawl these urls and get the contents of them by reading the ...
0
votes
2answers
1k views
Using Nutch to crawl a specified URL list
I have one million URL list to fetch. I use this list as nutch seeds and use the basic crawl command of Nutch to fetch them. However, I find that Nutch automatically fetches not-on-list URLs. I do set ...
0
votes
2answers
40 views
how to switch off / on indexing in a web page
I'm using Nutch 1.6 and Solr 4.3 on Ubuntu Server 12.04
I would like to switch on and off content indexing. Is there a way to specify this behaviour in my HTML pages so that Solr can behave ...
0
votes
2answers
74 views
Regular expression to match a URL with 6 or more levels
I am trying to match a URL with 6 or more than 6 levels or sub-paths
http://www.domain.com/level1/level2/level3/level4/level5/level6/level7/level8/level9/level10/level11/level12.html
I came up ...
0
votes
2answers
334 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 ...
0
votes
1answer
390 views
How does Nutch work with Hadoop cluster?
all
I'm wondering how nutch works with hadoop cluster. How does it split a job to the other nodes? How does it assure that different nodes in the cluster won't request the same url?
Thanks in adv.
0
votes
1answer
220 views
Is Solr necessary to index crawled data for Nutch?
I have learnt Nutch for few days. People here help me a lot.Thank all of you. Here is the Question:
I found that Nutch1.4 only contains one Indexer--solrindex. Is Solr the only way for Nutch to index ...
