Tagged Questions
1
vote
2answers
49 views
How to filter URLs in Nutch 2.1 solrindex command
How do I prevent some pages I fetched from getting indexed when I run a bin/nutch solrindex command? I would like to define and use a regex-urlfilter.txt like I did at fetch time.
I'm using Nutch 2.1 ...
-1
votes
0answers
23 views
How to customize Nutch? [closed]
I'm totally new to Nutch.
Recently a professor asked me to write a Java project, which seemed like a subject-oriented search engine.
After deciding to use Nutch, I'm trapped with it's customization.
...
1
vote
1answer
63 views
Apache Nutch 2.1 - Skipping http://someurl.com/something.html; different batch id (null)
I crawl few sites with Apache Nutch 2.1.
While crawling I see the following message on lot of pages:
ex. Skipping http://videos.arte.tv/fr/videos/x-enius--7453284.html; different batch id (null)
...
0
votes
1answer
35 views
Nutch - fetch new discovered domains
We're using nutch 1.6 to crawl web. According to nutch configuration, one should give the seedlist and domain url-filter to traverse across specified domains. However, we want to fetch newly ...
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 ...
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 ...
0
votes
0answers
45 views
content mining for a news based website [closed]
i am working on a news based financial portal in my spare time, I laid down the structure of the website on tomcat, java, spring, tiles, jsp. Initially I was developing it as a currency
exchange ...
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 ...
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
1answer
108 views
Is it possible to store in solr full html page source code?
In my previous question I got answer that I can store small index (few sites) data in solr without using any data base (Is it posible store data in solr?). I wonder, if it is possible to store full ...
2
votes
2answers
133 views
How to modify search result page given by Solr?
I intend to make a niche search engine. I am using apache-nutch-1.6 as the crawler and apache-solr-3.6.2 as the searcher. I must say there is very less updated information on web about these ...
2
votes
1answer
229 views
What is a good Java-based crawler for an academic project regarding building a search engine?
Okay, so I have been looking for the last two days for a crawler that suits my needs. I want to build a search engine and I want to do the indexing myself. This will be part of an academic project. ...
0
votes
1answer
979 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 ...
0
votes
0answers
78 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 ...
-2
votes
1answer
114 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
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 ...
0
votes
1answer
60 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
109 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
1answer
69 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 ...
1
vote
2answers
115 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>
...
0
votes
0answers
103 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 ...
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
1answer
59 views
Parsing XML Feeds
I want to parse RSS feeds of sites and want to fetch the content ( e.g article) and want to put them into the database. Later i also want to index them based on the search keywords. Can anyone please ...
4
votes
1answer
806 views
connection refused error when running Nutch 2
I am trying to run Nutch 2 crawler on my system but I get the following error:
Exception in thread "main" org.apache.gora.util.GoraException: java.io.IOException: ...
0
votes
1answer
88 views
Error in Nutch NoClassDefFoundError
I am study nutch , and I am getting this error.
I am not really sure how to fix this problem
does anyone know the way to fix this program ?
I am running nutch on the OS X mountain line..
...
0
votes
0answers
36 views
Injector.java in Nutch
How Can I see a content which injector take from file (with URL's to crawl). I can write a LOG.info(<arg>); but what I should write instead of arg? Can I modify this content?
0
votes
0answers
53 views
How to distribute equal urls per map task in hadoop?
i want to distribute nunber of urls per map in hadoop.
How it can be possible, is ther any changes we want to make in Fetcher.java file or urlPartitioner.java or Generator.java in nutch.
I am using ...
0
votes
0answers
86 views
Backlinks to a site using APIs
I need to make a list of backlinks to sites (pages that link to a site) at large depth (so a tree of backlinks of backlinks upto n depth). The paper I am using suggests usage of Google SOAP api but ...
0
votes
0answers
170 views
not able run nutch in netbeans?
I dont know which path to give under "Web page" and "WEB-INF" folder..
I tried to give the path "tomcat/webapps/roots/WEB-INF" under WEB-INF
Under source i gave the path to the "src" folder which ...
4
votes
1answer
1k views
Crawling using Nutch…Shows an IOException [closed]
I've started using Nutch and everything was fine until I encountered an IOException exception,
$ ./nutch crawl urls -dir myCrawl -depth 2 -topN 4
cygpath: can't convert empty path
solrUrl is not set, ...
0
votes
1answer
279 views
How to show the result of solr in jsp page instead of xml format?
i am new to solr.
i want the result of solr output into jsp format or page
by default it shows result in xml format.
please help me.
0
votes
1answer
83 views
Update Nutch to fetch parent of every URL fetched
As I run Apache Nutch 1.4 crawler, I want to store some additional information. I want to store the parent of every URL.
For example, I want to crawl a page a.html that has 2 anchor links to b.html ...
0
votes
1answer
417 views
How to configure nutch 1.4 with hadoop?
When I am firing this command
./bin/hadoop dfs -put url/urls_test url/urls_test
URLs are getting up correctly.
But below command is showing error
./bin/nutch crawl url/urls_test -dir cr_demo ...
1
vote
1answer
555 views
How to configure nutch 1.4?
I am using this command to crawl some URLs:
./bin/nutch crawl urls/urls -dir crawl -depth 2
It is showing the following error:
Could not find or load main class org.apache.nutch.crawl.Crawl
How ...
0
votes
2answers
101 views
How to resolve dependencies for custom Nutch plug-in?
I am struggling with Ivy and dependency resolution in Eclipse. I have created a custom plug-in for Nutch, which has dependencies on another project in my Eclipse workspace. Now when I build it it ...
0
votes
2answers
202 views
Nutch-Hadoop:- how can we crawl only the updates in the url going for recrawl?
please anybody let me know how can i identify updates in the url going for re-crawl? i want to crawl only the updated content of the page when the page is going for re-crawl not the older content ...
0
votes
1answer
274 views
Nutch Seed URLs
Is it possible to get URLs into Nutch directly from a database or a service etc. I'm not interested in the ways which data is taken from the database or service and written to seed.txt.
0
votes
1answer
112 views
Is there any way to continue the Nutch Crawl task which has been killed unexpected?
I have a Nutch crawl task which has been running a whole day long until i killed the process by a mistake.
I don't want to re-crawl the seeds (cost to much time), so i wonder whether there is a way ...
0
votes
1answer
301 views
Is it possible to integrate Nutch Crawler with my existing Lucene project?
I have a project using Lucene3.5 already.
Now i need to provide web search function but i don't want to import the whole Nutch project.
So i wonder , may be i can only use the crawler part of Nutch ...
0
votes
2answers
111 views
Fetch particular tags from HTML docs obtained after crawling and parsing using Apache Nutch 1.4
I used nutch 1.4 and crawled a website.
I got the website crawled successfully and all the pages were dumped into segments.
I merged all the segments to one segment and then i used readseg command to ...
0
votes
1answer
225 views
using nutch 1.4 in ubuntu
I try to use nutch 1.4 crawler in ubuntu however when I try to execute nutcg with all the setting that are suggested in nutch wiki it gives this error:
erogol@erogol-G50V:~/Desktop/search ...
0
votes
1answer
273 views
Calling system() or IPC::Run3 commands from perl don't seem to pass environment variable ($ENV{JAVA_HOME})
I've been struggling with launching a java process from perl. The root of the problem is that the java process is missing the JAVA_HOME environment variable causing a ClassNotFoundException.
I ...
0
votes
1answer
77 views
How to index file names (and other file metadata) in nutch?
It seems like nutch indexes only (some) parse results. It runs the indexing filters which detremine what is indexed.
These indexing filters get a Parse result as a parameter.
How can I achieve file ...
0
votes
1answer
65 views
db.max.anchor.length property in nutch-default.xml
I have db.max.anchor.length set to 5, but nutch is still fetching urls having anchor length greater that 5,
e.g : http://mysite/somepage.htm , what is the reason for this?? I am using nutch-1.2.
0
votes
1answer
238 views
nutch - Is there a way to get http response header fields parsed?
Can I get http respone header fields parsed with nutch?
Is it built-in capability that's need to be configured?
I've looked the internet and I can't find any info about this.
And also, if i do ...
0
votes
1answer
195 views
Nutch: get every url's seed url
I try to configure Nutch as an image crawler and already could get the image urls after crawl.
Now, I want to get the seed url of each image url, how can I do that?
Thank you!
0
votes
1answer
147 views
nutch - how to crawl a specific file type?
Is it possible to define a specific file type that will be crawled?
I'm trying to work around the regex-urlfildtr.txt file, but I only see how I can specify which type NOT to crawl.
Is to possible ...
2
votes
2answers
485 views
How to log execution of a nutch plugin
I am working hard in building custom nutch plugin with special requirements.
I found my plugin mentioned in hadoop.log but it was not relevant.
I added LOG.debug("test") and LOG.info("test2") in ...
0
votes
0answers
927 views
sample code in java by using apache nutch to get all links from a website
I want to get all links from any web site by using NUTCH in JAVA.
Is there any code example that is writtten in java?
for the example code my input is a domain name and output will be all links of ...
8
votes
5answers
326 views
How to produce massive amount of data?
I'm doing some testing with nutch and hadoop and I need a massive amount of data.
I want to start with 20GB, go to 100 GB, 500 GB and eventually reach 1-2 TB.
The problem is that I don't have this ...



