Re: Distributed Lucene - from hadoop contrib

2008-08-18 Thread Ning Li
On 8/12/08, Deepika Khera <[EMAIL PROTECTED]> wrote: > I was imagining the 2 concepts of i) using hadoop.contrib.index to index > documents ii) providing search in a distributed fashion, to be all in > one box. Ideally, yes. However, while it's good to use map/reduce when batch-building index, the

Re: Distributed Lucene - from hadoop contrib

2008-08-14 Thread Anoop Bhatti
ene > instance). And then I can use Katta or any other Distributed Lucene > application to serve lucene indexes distributed over many servers. > > Deepika > > > -Original Message- > From: Ning Li [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2008 7:08 AM

RE: Distributed Lucene - from hadoop contrib

2008-08-12 Thread Deepika Khera
@hadoop.apache.org Subject: Re: Distributed Lucene - from hadoop contrib > 1) Katta n Distributed Lucene are different projects though, right? Both > being based on kind of the same paradigm (Distributed Index)? The design of Katta and that of Distributed Lucene are quite different last time I chec

Re: Distributed Lucene - from hadoop contrib

2008-08-08 Thread Ning Li
> 1) Katta n Distributed Lucene are different projects though, right? Both > being based on kind of the same paradigm (Distributed Index)? The design of Katta and that of Distributed Lucene are quite different last time I checked. I pointed out the Katta project because you can find the code for D

RE: Distributed Lucene - from hadoop contrib

2008-08-07 Thread Deepika Khera
AIL PROTECTED] Sent: Thursday, August 07, 2008 2:21 PM To: core-user@hadoop.apache.org Subject: Re: Distributed Lucene - from hadoop contrib http://wiki.apache.org/hadoop/DistributedLucene and hadoop.contrib.index are two different things. For information on hadoop.contrib.index, see the README fil

Re: Distributed Lucene - from hadoop contrib

2008-08-07 Thread Ning Li
ore-user@hadoop.apache.org > Subject: Distributed Lucene - from hadoop contrib > > Hi, > > > > I am planning to use "distributed lucene" from hadoop.contrib.index for > indexing. Has anyone used this or tested it? Any issues or comments? > > > > I see th

RE: Distributed Lucene - from hadoop contrib

2008-08-07 Thread Deepika Khera
Hey guys, I would appreciate any feedback on this Deepika -Original Message- From: Deepika Khera [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 5:39 PM To: core-user@hadoop.apache.org Subject: Distributed Lucene - from hadoop contrib Hi, I am planning to use

Distributed Lucene - from hadoop contrib

2008-08-06 Thread Deepika Khera
Hi, I am planning to use "distributed lucene" from hadoop.contrib.index for indexing. Has anyone used this or tested it? Any issues or comments? I see that the design described is different from HDFS (Namenode is stateless, stores no information regarding blocks for files, etc) . Does anyon