solr -Reg

2013-07-27 Thread Venkatarami Netla
Hi, I am beginner for solr , so please explain step by step how to use solr with hdfs and map reduce.. Thanks & Regards -- N Venkata Rami Reddy

Solr -Reg

2013-07-31 Thread Venkatarami Netla
Hi, Please give me solution HTTP ERROR 403 Problem accessing /cmf/process/146/logs. Reason: Server returned HTTP response code: 500 for URL: http://venkat.ops.cloudwick.com:9000/process/146-SolrInit/files/logs/stderr.log The server declined access to the page or resource. Do we have to crea

Re: solr -Reg

2013-07-28 Thread Harsh J
The best place to ask questions pertaining to Solr, would be on its own lists. Head over to http://lucene.apache.org/solr/discussion.html On Sun, Jul 28, 2013 at 11:37 AM, Venkatarami Netla wrote: > Hi, > I am beginner for solr , so please explain step by step how to use solr with > hdfs and map

Re: solr -Reg

2013-07-28 Thread Jay Vyas
True that it deserves some posting on solr, but i think It's still partially relevant... The SolrInputFormat and SolrOutputFormat handle this for you and will be used in your map reduce jobs . They will output one core. per reducer, where each reducer corresponds to a core.. This is necessary