Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 62381 invoked from network); 13 Mar 2009 19:23:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 19:23:06 -0000 Received: (qmail 67885 invoked by uid 500); 13 Mar 2009 19:23:04 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 67756 invoked by uid 500); 13 Mar 2009 19:23:04 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 67745 invoked by uid 99); 13 Mar 2009 19:23:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 12:23:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ning.li.00@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 19:22:56 +0000 Received: by an-out-0708.google.com with SMTP id d14so1101704and.29 for ; Fri, 13 Mar 2009 12:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Vnfbcz8mJI8eKssmeNaT4YsKVypXvjHzk8mq1wodqpE=; b=w8NkEs7sAWCIUPtIJYK/X+9hRG2Vc+/7l59JqxA0JP8De/XUGrb4/bLouZ9fbYlvWI EHDJBjKfl3lEbxz8nBTP5RtvBqe6ONAyZmeIeSFCLgYIqq175IciSeFoEfsmrbLGxtro 6UbP+suT/d3579CF2KbKDRlFropUPt6BvRP4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hdoh+lqG3V33COLenJ6cl3czThCCNg2OT+TlvsfKxrQ2J1D8xlgAfC18NTUwnhaDrg GUFuWUv6mukETAzWN99YAFY79LKjF3RTuFNe2+iODhWibedLWy5LjDknIqlRR0UblE8X /FyRgys5k6sXz/2/PujnWfrcURjErfHwoYfkE= MIME-Version: 1.0 Received: by 10.220.85.149 with SMTP id o21mr897134vcl.106.1236972155576; Fri, 13 Mar 2009 12:22:35 -0700 (PDT) In-Reply-To: <32120a6a0903110243o575f5e68qd6c791f202d61716@mail.gmail.com> References: <32120a6a0903110243o575f5e68qd6c791f202d61716@mail.gmail.com> Date: Fri, 13 Mar 2009 15:22:35 -0400 Message-ID: Subject: Re: How to using Hadoop under the Solr ? From: Ning Li To: hbase-user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I agree with Tim. There is on-going work to support building SOLR index using MapReduce. See http://issues.apache.org/jira/browse/SOLR-1045. The initial patch does what Tim described - build Lucene indexes the same way that SOLR would do. Later patches would be different as it will use the new mapreduce package when it comes out in 0.20. Cheers, Ning On Wed, Mar 11, 2009 at 5:43 AM, tim robertson wrote: > I am definitely not an expert in SOLR, and I would like to be > corrected, but to my knowledge unless you have built the Lucene > indexes the same way that SOLR would do so (handling types etc the > same way) then you won't be able to use SOLR search with the indexes > built. > > Assuming they are the same - once you have built the indexes, I think > you then need to copy them out of HDFS into a vanilla SOLR > installation - e.g. it has nothing to do with hadoop anymore. > > If your indexes are very large, you might consider Katta to search > across them. =C2=A0I don't think this plays well with SOLR though. > > I am also interested in using with SOLR =C2=A0indexes built from HBase so= I > am interested in your findings. > > Cheers, > > Tim > > > > On Wed, Mar 11, 2009 at 10:37 AM, Tr=E1=BB=8Dng Tr=E1=BA=A7n B=C3=ACnh > wrote: >> Hi all, >> I have Index repository by Lucene in Hadoop, I am using Solr for web sea= rch >> interface. How can I using those indexed repositories with Solr web sear= ch? >> >