From user-return-14166-apmail-hbase-user-archive=hbase.apache.org@hbase.apache.org Wed Dec 01 00:13:31 2010 Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 53311 invoked from network); 1 Dec 2010 00:13:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Dec 2010 00:13:31 -0000 Received: (qmail 74052 invoked by uid 500); 1 Dec 2010 00:13:30 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 73922 invoked by uid 500); 1 Dec 2010 00:13:30 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 73914 invoked by uid 99); 1 Dec 2010 00:13:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 00:13:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.207.76] (HELO web31813.mail.mud.yahoo.com) (68.142.207.76) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 01 Dec 2010 00:13:25 +0000 Received: (qmail 68837 invoked by uid 60001); 1 Dec 2010 00:13:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1291162383; bh=YYzv0ku4bHRvfo49uAz4FTshB9aOiQ2O/wAgU6DB9sE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OtWPq7a7J5gzI7pQ3N3cHeYKeiFx7c2qFxOaaS20qvGFjhnFFkOhXvbHGLm9/To0TVKGO14XrMbjRpZAOpQluA8PcW5PvwIj2FrVaQVBNnexv7PxVZ/5Zawor9u2Tc7ibMsc99kFftw3ot+rzLv+wZSlj8IYu9+JOpmSL9e2vpk= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OfBMH95/iJBeV08g0zjEGevV/n9+S4l1w4vEVx+IXIJoyEPeQVloDI63uI3eAUAi3AQRfUvX0J3FJxV8t0IPOijXYMpTryD7ztA9V0UedevT+7poPoBnS+Z/yyAXwlfyITnfOWygVc4hRPsjopXpfPe65Pbr+0KYKSxLajsBn28=; Message-ID: <652792.68562.qm@web31813.mail.mud.yahoo.com> X-YMail-OSG: zcGdbOMVM1kbhJC6FSRYfdl8Vo6q_yGkvDeA2lIoVGpfnX0 jXmSORFFxqHOGHuaEU0qN1FAgAk4oOXHD00qL58bWsOQvp07DrkZOiZoyiPl cnaLG.FS3sjluS8hXajMmyLsvxsiwqo796m6IIRWaYBLJYcJenfDFDqN1Syo qhqdUucwyVg6S6cCClhA1.lByfxHorr.1.bATmEkCIONDEFfZouLDBD2R0UE rc2lLidO3kiOZznLD63eoiPx2Hs6R8G6pvLsUgbxmZFFelBqF3RCuhwbENgZ N8_FivGJ0HLfRVHDOHoWqKX2gkpckVTv5rvOyZHfgV.9nXyMIAekDmtFrcBi hJwLTqgzd6zEj7dPAYmJ8LfcTmTXg6uBW6w63a8u8Ssu83rmZ Received: from [147.243.216.30] by web31813.mail.mud.yahoo.com via HTTP; Tue, 30 Nov 2010 16:13:03 PST X-Mailer: YahooMailRC/553 YahooMailWebService/0.8.107.289296 References: <590321.36008.qm@web31813.mail.mud.yahoo.com> <5038AD7A-C98D-4842-B011-C655527D9299@chi.navteq.com> Date: Tue, 30 Nov 2010 16:13:03 -0800 (PST) From: amit jaiswal Subject: Re: Current status of HBasene? To: user@hbase.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi,=0A=0ARavi,=0AThere is no active development that seems to happen in HBa= sene, but the code =0Aquality is good, and I suggest that you can still tak= e a look. Few changes that =0AI need to do to make it working:=0A1. Set com= mit batch size to a lower number so that the documents are always =0Aindexe= d (when you are playing with 1-2 documents).=0A2. If you are printing the d= ocIds from the result, then the current =0Aimplementation prints the segmen= tIds rather than docIds. A small hack is to =0Astore only a single document= per segment.=0A=0AStack,=0AThe project seems to be left in the process of = a major design change. The design =0Adoc doesn't talk about logical partiti= oning of indexes in terms of segments =0Awhich seems to be a good approach = for scalability. =0A=0ACan the developers:=0A1. Update the design doc with = the proposals as what were the design approaches =0Alike how the result set= would show both segment + docId, how to assign documents =0Ato segment so = that update of indexes is possible.=0A2. Give the version of the last worki= ng snapshot of hbasene (which is in sync =0Awith the current documentation)= .=0A=0A-regards=0AAmit=0A=0A=0A=0A----- Original Message ----=0AFrom: Stack= =0ATo: user@hbase.apache.org=0ASent: Tue, 30 November, 2= 010 9:36:38 PM=0ASubject: Re: Current status of HBasene?=0A=0AKarthik has n= ot touched Hbasene in a while now going by commit log up=0Aon github. The = project seems to have stagnated.=0ASt.Ack=0A=0AOn Tue, Nov 30, 2010 at 7:32= AM, Veeramachaneni, Ravi=0A wrote:=0A> Hi,= =0A>=0A> I'm also in the process of exploring HBasene, is this get some goo= d traction =0A>and community support soon? Or should I explore other option= s?=0A>=0A> Thanks,=0A> Ravi=0A>=0A> Sent from my iPhone=0A>=0A> On Nov 30, = 2010, at 12:13 AM, "Stack" wrote:=0A>=0A>> The HBasene a= uthor has been busy off on other projects. I just=0A>> forwarded him your = query below. Lets see if he responds.=0A>> St.Ack=0A>>=0A>> On Mon, Nov 29= , 2010 at 8:49 PM, amit jaiswal wrote:=0A>>> Hi,=0A>>>= =0A>>> I am trying to explore HBasene for using HBase as a backend for luce= ne index=0A>>> store. But it seems that the current code in github is not i= n working stage, =0A>>>and=0A>>> there is no active development either (htt= ps://github.com/akkumar/hbasene/).=0A>>>=0A>>> Can somebody tell its curren= t status? Didn't get any response on hbasene =0A>>>mailing=0A>>> list.=0A>>= >=0A>>> -regards=0A>>> Amit=0A>>>=0A>=0A>=0A> The information contained in = this communication may be CONFIDENTIAL and is =0A>intended only for the use= of the recipient(s) named above. If you are not the =0A>intended recipien= t, you are hereby notified that any dissemination, =0A>distribution, or cop= ying of this communication, or any of its contents, is =0A>strictly prohibi= ted. If you have received this communication in error, please =0A>notify t= he sender and delete/destroy the original message and any copy of it =0A>fr= om your computer or paper files.=0A>=0A