Re: Hadoop RPC for distributed Lucene

2008-07-13 Thread Jason Rutherglen
of the equation, but I don't know if that is still the case. On Jul 10, 2008, at 10:16 PM, Jason Rutherglen wrote: Has anyone taken a look at using Hadoop RPC for enabling distributed Lucene? I am thinking it would implement the Searchable interface and use serialization to be compatible

Re: Hadoop RPC for distributed Lucene

2008-07-11 Thread Grant Ingersoll
of the equation, but I don't know if that is still the case. On Jul 10, 2008, at 10:16 PM, Jason Rutherglen wrote: Has anyone taken a look at using Hadoop RPC for enabling distributed Lucene? I am thinking it would implement the Searchable interface and use serialization to be compatible

Re: Hadoop RPC for distributed Lucene

2008-07-11 Thread Jason Rutherglen
. I was always under the impression that it was too slow for search side, as I don't think Nutch even uses it for the search side of the equation, but I don't know if that is still the case. On Jul 10, 2008, at 10:16 PM, Jason Rutherglen wrote: Has anyone taken a look at using Hadoop RPC

Re: Hadoop RPC for distributed Lucene

2008-07-11 Thread Ken Krugler
that it was too slow for search side, as I don't think Nutch even uses it for the search side of the equation, but I don't know if that is still the case. On Jul 10, 2008, at 10:16 PM, Jason Rutherglen wrote: Has anyone taken a look at using Hadoop RPC for enabling distributed Lucene? I am

Hadoop RPC for distributed Lucene

2008-07-10 Thread Jason Rutherglen
Has anyone taken a look at using Hadoop RPC for enabling distributed Lucene? I am thinking it would implement the Searchable interface and use serialization to be compatible with the current RMI version. Somewhat defeats the purpose of using Hadoop RPC and serialization however Hadoop RPC scales