Re: Debugging Map Reduce Jobs at Solr

2013-03-26 Thread Gora Mohanty
On 26 March 2013 21:32, Furkan KAMACI wrote: > > Ok, thanks for your responses. Actually I was wondering about indexing and > reindexing from nutch to Solr and debugging them. I think according to > your > responses there is no difference for Solr side that data is coming through > a map reduce or

Re: Debugging Map Reduce Jobs at Solr

2013-03-26 Thread Furkan KAMACI
Ok, thanks for your responses. Actually I was wondering about indexing and reindexing from nutch to Solr and debugging them. I think according to your responses there is no difference for Solr side that data is coming through a map reduce or not. 2013/3/26 Otis Gospodnetic > Hi, > > Solr doesn't

Re: Debugging Map Reduce Jobs at Solr

2013-03-26 Thread Otis Gospodnetic
Hi, Solr doesn't really do MapReduce jobs. Maybe you mean distributed search where queries are dispatched to N servers and then responses are merged/reduced to top N and returned? Otis -- Solr & ElasticSearch Support http://sematext.com/ On Tue, Mar 26, 2013 at 6:34 AM, Furkan KAMACI wrote

Re: Debugging Map Reduce Jobs at Solr

2013-03-26 Thread Jan Høydahl
Hi, Please elaborate your question. Solr does not have any M/R jobs, so you have to let us know your setup. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 26. mars 2013 kl. 11:34 skrev Furkan KAMACI : > Is there any easy way(tool

Debugging Map Reduce Jobs at Solr

2013-03-26 Thread Furkan KAMACI
Is there any easy way(tools etc.) that I can debug Map Reduce jobs of Solr?