Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 75162 invoked from network); 27 Feb 2008 08:52:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 08:52:33 -0000 Received: (qmail 98997 invoked by uid 500); 27 Feb 2008 08:52:29 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 98975 invoked by uid 500); 27 Feb 2008 08:52:29 -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 98966 invoked by uid 99); 27 Feb 2008 08:52:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 00:52:28 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of naamakraus@gmail.com designates 66.249.82.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 08:51:55 +0000 Received: by wx-out-0506.google.com with SMTP id i30so2603076wxd.2 for ; Wed, 27 Feb 2008 00:52:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=IKTV+tvLYsUppxjGZ7QPiH4RrRACH2L39UlIWRdlxYo=; b=wxOuU6c8sF2V7jASLS8WhALwOzyepQyCu4j4j2o3+G981jYAfYM18rC1CAzM817YhGYvr5yM+bONwiFSk3gUIjex+pWHu7J62yEV7JVNEunBQ6HhzcQXkZp8huwHaT1Aml045bPuC8qhNTXqz67xbSlBdt3JiOsEX1tYXrZ4zGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CFAswShcK4nVd9JheDaQpezXZuKDnrdqKQb1/FTrImULjC/3dn7TDyvol1+mxVrHmPsJlC1xkmeonBRqnOYNqD7i+F7r0uRdsV6ZfO9PcRahFH/Q5MWlA/+86xd/B73+93BMz2SgR3OmeFxpky7bcJD1okM/UqR7o/OizNyLobc= Received: by 10.65.191.3 with SMTP id t3mr11135111qbp.36.1204102320667; Wed, 27 Feb 2008 00:52:00 -0800 (PST) Received: by 10.65.116.13 with HTTP; Wed, 27 Feb 2008 00:52:00 -0800 (PST) Message-ID: <643aa4870802270052w3b1b7b2bl1a801686f477b2ef@mail.gmail.com> Date: Wed, 27 Feb 2008 10:52:00 +0200 From: "Naama Kraus" To: hbase-user@hadoop.apache.org Subject: Re: Getting to work with HBase In-Reply-To: <84E2AE771361E9419DD0EFBD31F09C4D4F4703CC1E@EXVMBX015-1.exch015.msoutlookonline.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7776_6338034.1204102320647" References: <643aa4870802260100n586fc202v4873273042a5f96f@mail.gmail.com> <47C4529B.5030204@duboce.net> <643aa4870802262322i9773875m2a22ad189491c217@mail.gmail.com> <84E2AE771361E9419DD0EFBD31F09C4D4F4703CC1E@EXVMBX015-1.exch015.msoutlookonline.net> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7776_6338034.1204102320647 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Great. Thanks. How stable is hadoop 0.16 by the way ? Naama On Wed, Feb 27, 2008 at 10:33 AM, Jim Kellerman wrote: > hbase is not in the hadoop-0.16.0-core.jar, that is correct. > The HBase jar (and other supporting files) are under > hadoop-0.16.0/contrib/hbase/ > > So if you want to use HBase, you either need to either > change your classpath or you can move the jar to the hadoop > directory and config files to hadoop/conf, scripts to > hadoop/bin, etc. People have done this both ways, and I don't > know as there is a recommended way, but from a purists' point > of view, I guess you would keep them separate. > > The HBase jar for 0.16.0 will not work with hadoop-0.15.x > > HBase improved greatly from 0.15.x to 0.16, so I would > highly recommend that you use the 0.16.0 version (unless > you like the bleeding edge which is hbase/trunk which is > greatly improved over 0.16.0, but you have to build it > yourself, and its quality varies from day to day (I guess > that's why it is the bleeding edge). > > --- > Jim Kellerman, Senior Engineer; Powerset > > > > -----Original Message----- > > From: Naama Kraus [mailto:naamakraus@gmail.com] > > Sent: Tuesday, February 26, 2008 11:22 PM > > To: hbase-user@hadoop.apache.org > > Subject: Re: Getting to work with HBase > > > > Thank you all for your input. > > > > I got the hadoop-0.16.0 release. I guess hbase isn't included > > in hadoop-0.16.0-core.jar, is that correct ? I've seen the > > source code in src\contrib\hbase. Should I build this one in > > order to work with hbase ? > > Given that hbase is a separate jar, can I still work with > > hadoop 0.15.3, or I need to upgrade to the 0.16 release ? > > > > Regards, > > Naama > > > > On Tue, Feb 26, 2008 at 7:55 PM, stack wrote: > > > > > Naama Kraus wrote: > > > > How stable/mature is the code by the way ? > > > > > > > > > > > TRUNK is undergoing major surgery. It should continue to > > work but be > > > warned that it may act odd from time to time. > > > > > > Our most recent 'stable' offering is the hbase that is > > bundled as part > > > of the hadoop-0.16.0 release. > > > > > > St.Ack > > > > > > > > > > > > -- > > oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 > > oo 00 oo 00 oo 00 oo 00 oo "If you want your children to be > > intelligent, read them fairy tales. If you want them to be > > more intelligent, read them more fairy tales." (Albert > > Einstein) > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.516 / Virus Database: 269.21.1/1299 - Release > > Date: 2/26/2008 9:08 AM > > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.21.1/1299 - Release Date: 2/26/2008 > 9:08 AM > > -- oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo "If you want your children to be intelligent, read them fairy tales. If you want them to be more intelligent, read them more fairy tales." (Albert Einstein) ------=_Part_7776_6338034.1204102320647--