Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 81285 invoked from network); 11 Feb 2009 18:14:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 18:14:20 -0000 Received: (qmail 47153 invoked by uid 500); 11 Feb 2009 18:14:20 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 47132 invoked by uid 500); 11 Feb 2009 18:14:20 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 47121 invoked by uid 99); 11 Feb 2009 18:14:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 10:14:20 -0800 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 saint.ack@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 18:14:10 +0000 Received: by an-out-0708.google.com with SMTP id d14so184852and.29 for ; Wed, 11 Feb 2009 10:13:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=by2LuTyW1OhCo/WEAgk9GhltSMfSoapDy6/B4vhve7g=; b=YdECegyZApcmTIr5yZn8uEp7Kf60umpqkXZ/OZogvfktosrVhzBSGjNC5LSMGA5YTb SABHE8FtNya6wkXr0V2Dt7jyd1wRsNF5EgM0PNuvIBFXmSW+N4M9b1VUrSxWZM/GQlDD l620WvN01CM/wx7GC5JW4KTGJFXKlV5LhVsI4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=QavyzG4nd5kX8BOlZhvajrRxgjPC7cVce9+dDOXxcNivmpNZ6SJyYtNWBKAhPqa+D3 slyWW/swTolUyY5m+e8OpdG0sNj9pN829dVRMxMCPweyxuw4rJWyOofSv7uUtVtY8KcW l2c9MFfLjhLP01CX0YUWaoD7Fk8XV10leKBDA= MIME-Version: 1.0 Sender: saint.ack@gmail.com Received: by 10.100.33.4 with SMTP id g4mr2113293ang.133.1234376027714; Wed, 11 Feb 2009 10:13:47 -0800 (PST) In-Reply-To: <31a243e70902110612v2bfb98f0x8c17a443012694aa@mail.gmail.com> References: <78568af10902110251s471696uaa84114f645a63cc@mail.gmail.com> <31a243e70902110612v2bfb98f0x8c17a443012694aa@mail.gmail.com> Date: Wed, 11 Feb 2009 10:13:47 -0800 X-Google-Sender-Auth: e178cf4592decc67 Message-ID: <7c962aed0902111013s6dd8d887g9b6bba880a2cc8c4@mail.gmail.com> Subject: Re: Hbase first run problem From: stack To: hbase-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e645b904a6b5110462a89083 X-Virus-Checked: Checked by ClamAV on apache.org --0016e645b904a6b5110462a89083 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Yes. In fact, its probably safe-to-do now we've left far behind the pre-history versions of hbase where there was no hbase.version file in the hbase.rootdir. If absent, lets proceed and just write it rather than treat it as a non-migrated instance. Want to open an issue jd? St.Ack On Wed, Feb 11, 2009 at 6:12 AM, Jean-Daniel Cryans wrote: > Taking this into dev. > > Should we do something smarter than failing this way even tho it is clearly > written to not create that folder? Like, if the version file doesn't exist > BUT that folder is empty, continue anyway with the bootstrap. > > J-D > > On Wed, Feb 11, 2009 at 8:37 AM, Sergey Bartunov > wrote: > > > Thank you. Now it works > > > > 2009/2/11 Ryan Rawson : > > > Do: > > > hadoop fs -rmr /hbase > > > > > > and try again. > > > > > > HBase will auto-create the /hbase dir on the first run. > > > > > > -ryan > > > > > > On Wed, Feb 11, 2009 at 1:50 AM, Sergey Bartunov > > wrote: > > > > > >> Hi. I'm trying to make hbase (0.19) running on my ubuntu 8.10. Hadoop > > >> (0.19) already works in single-node mode: > > >> > > >> > > >> > > >> fs.default.name > > >> hdfs://localhost:9000 > > >> > > >> > > >> mapred.job.tracker > > >> localhost:9001 > > >> > > >> > > >> dfs.replication > > >> 1 > > >> > > >> > > >> > > >> I've formatted namenode and created /hbase directory, which is > > >> specified in hbase-site.xml: > > >> > > >> > > >> > > >> hbase.master > > >> localhost:60000 > > >> The host and port that the HBase master runs > > >> at > > >> > > >> > > >> > > >> hbase.rootdir > > >> hdfs://localhost:9000/hbase > > >> location of HBase instance in dfs > > >> > > >> > > >> > > >> > > >> When I try to hbase/bin/start-hbase.sh HMaster falls with warning: > > >> > > >> WARNING! File system needs to be upgraded. Run the > > >> '${HBASE_HOME}/bin/hbase migrate' script. > > >> > > >> But I can't upgrade because file hbase.version doesn't exist and I > > >> don't understand why I need to upgrade if I use the last version of > > >> hadoop. Also I have no idea how to get hbase.version file. > > >> What I have to do to make this work? Thanks in advance > > >> > > >> -- > > >> Rideamus! > > >> > > > > > > > > > > > -- > > Rideamus! > > > --0016e645b904a6b5110462a89083--