0
votes
1answer
518 views

Information on Nutch , Hadoop , Solr, MapReduce and Mahout

PS: Correct me if I am wrong in any line I am building a search engine with Nutch and Solr. I know by using Solr, I can enhance the efficiency of Searching- let Nutch do the crawling alone of the ...
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
1answer
153 views

Is it possible to direct output of map-reduce to multiple Map files?

Here is the use case: I have a nutch crawldb (its a hadoop map file) containing data about urls which includes its status as visited and not-visited. I want to split it into 2 crawldb (map files) ...
0
votes
2answers
206 views

limit the number of records produced by all reducers collectively

Here is the use case: input urls are read by maps and later emitted post some filtering. Then partitioners partition them based on their hostname. I have a global limit over the output urls after ...
0
votes
1answer
187 views

Post processing of pages crawled using nutch

I have a set of pages crawled using nutch. And I understand that this crawled pages are saved as segments. I want to extract certain key values from this pages and feed it to solr as xml. A sample ...
1
vote
1answer
1k views

MapReduce Nutch tutorials [closed]

Could some one give me pointers to tutorials that explains how to write a mapreduce program into Nutch? Thank you.