Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 44732 invoked from network); 18 May 2009 01:10:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 May 2009 01:10:49 -0000 Received: (qmail 49351 invoked by uid 500); 18 May 2009 01:10:48 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 49291 invoked by uid 500); 18 May 2009 01:10:48 -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 49281 invoked by uid 99); 18 May 2009 01:10:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 01:10:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jej2003@gmail.com designates 209.85.219.219 as permitted sender) Received: from [209.85.219.219] (HELO mail-ew0-f219.google.com) (209.85.219.219) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 01:10:40 +0000 Received: by ewy19 with SMTP id 19so3915749ewy.29 for ; Sun, 17 May 2009 18:10:18 -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; bh=8EuNUt5US3sCVsWCUDyGSXbZFt5EZ4APyR1zOD5sGdo=; b=ow/9ReYdrydj/5DvuqsbeItyW3kfdie+eEWUsCga3jujFb4tpD6BouRBo7+0+q3Cq0 /iZ7EU3wtOJJNT3vUASnKeNWYSFVxFH7X9S0IQOmknHuI7KAnVbOnWM+WmZm9JJ6uGWc BZERIp+kz/9eksjBIm2B9hpWA2GRMGnuca0WU= 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; b=ftTXHkobhzb6AbKzXaWwLr+Yn666nxoNl/wxxaWFCkeEI0IdZVKRLJI30FlwhoodWX IRKC+Z+Nu0sfQLe74GTQXpGkJXwT7B/aLheDhlxYPXi8tXf11G/5qWwjuV14nfYBcvjD w2iXy2ynNEri7KR02Oxb9VEGyuDOCIGjnp2hY= MIME-Version: 1.0 Received: by 10.210.57.3 with SMTP id f3mr3741298eba.35.1242609017953; Sun, 17 May 2009 18:10:17 -0700 (PDT) In-Reply-To: <7c962aed0905170941u32a3f16cp3ff2ca53bd93ec28@mail.gmail.com> References: <43b459c10905161303r7828d1a2g2ae0f173c123f2a0@mail.gmail.com> <32120a6a0905161331h53c5ea6dncb3b73fe846ec432@mail.gmail.com> <43b459c10905161731w2596e60p87394fc57c80b423@mail.gmail.com> <7c962aed0905170941u32a3f16cp3ff2ca53bd93ec28@mail.gmail.com> Date: Sun, 17 May 2009 21:10:17 -0400 Message-ID: <43b459c10905171810t25369597j746e6157c8d6bdda@mail.gmail.com> Subject: Re: hbase & lucene From: Jamie Johnson To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0015174a10001c1ed6046a2575b6 X-Virus-Checked: Checked by ClamAV on apache.org --0015174a10001c1ed6046a2575b6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Are there any details for Indexed Hbase or Indexed Hbase? I have done a quick google and have not come up with anything. On Sun, May 17, 2009 at 12:41 PM, stack wrote: > On Sat, May 16, 2009 at 5:31 PM, Jamie Johnson wrote: > > > Thanks, I am looking into this perhaps my question should have been a > > little > > different though. > > > > If I am starting from scratch, nothing in the DB and want to keep a > Lucene > > index for information I add in hbase is there a way to build the index on > > insertion instead of running a map reduce task after it has been > inserted? > > > You could study the experimental transactional hbase -- THBase -- and its > derivative indexed hbase where here the indexed refers to upkeep of > secondary indices. They are subclasses of hbase core. They include some > doc. on how to set them up in the javadoc. See how an update is amended to > both insert into an hbase table and to do another action all as part of the > one insert operation. > > St.Ack > --0015174a10001c1ed6046a2575b6--