Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 57369 invoked from network); 31 Oct 2008 22:52:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2008 22:52:44 -0000 Received: (qmail 12864 invoked by uid 500); 31 Oct 2008 22:52:49 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 12837 invoked by uid 500); 31 Oct 2008 22:52:49 -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 12826 invoked by uid 99); 31 Oct 2008 22:52:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 15:52:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antonis.wrx@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 22:51:31 +0000 Received: by nf-out-0910.google.com with SMTP id e27so824513nfd.9 for ; Fri, 31 Oct 2008 15:51:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=PDmLxwut1XSBwALsrNChk69ZjtJ4PsjwJNe3zwezCuE=; b=FFwG7qjm8VdS0oVcNh3iViFudHyCPpYO3Q9jaz7Tf3HZGiCHjSu35nxXo5H5EaQQFj Gn1gLE5umUQw0+lkAILXbMdVkzZglPTrXfbWguyLci1ceM1kWg6mIQ0VLoaPeqVfafqU CMn30UkPI6pv1Ggp/8Bm9wwuvGzUQBhZ25uL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=PNXcZKgYxIIjtzWlN8W3BAfAYoJbK9ruZfVlMpKdGu81wF3BYrh9BI0PvYRdobQ/gh JYhXJkb3iYbcEtmF6P66HTL2yGF/Nf9FIENiyKOdT+bEi5q5RtqdeQkEgS/Of7fv1hTZ QQkBiVFFZRY+0f+D3eM5y3Cp5Peg92CUCm0OE= Received: by 10.210.129.19 with SMTP id b19mr987980ebd.67.1225493502914; Fri, 31 Oct 2008 15:51:42 -0700 (PDT) Received: from ?192.168.1.2? (adsl13-128.ath.forthnet.gr [77.49.204.128]) by mx.google.com with ESMTPS id d24sm19537455nfh.16.2008.10.31.15.51.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Oct 2008 15:51:39 -0700 (PDT) Message-ID: <490B8CB7.80509@gmail.com> Date: Sat, 01 Nov 2008 00:54:47 +0200 From: antonis labadaridis User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018) MIME-Version: 1.0 To: hbase-user@hadoop.apache.org Subject: Re: problem installing hbase References: <490B835E.7040407@gmail.com> <490B84C0.4000908@duboce.net> <490B86CD.9000006@gmail.com> <490B89B4.8070903@duboce.net> In-Reply-To: <490B89B4.8070903@duboce.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org my bad, I used wrong port for hdfs in hsite-base.xml. everything ok now. \ thank you antonis Michael Stack wrote: > You can put and get to this hdfs with "./bin/hadoop fs ..."? HBase > is having trouble getting to 'localhost'. Try using an IP or > resovable hostname instead of 'localhost'. > > St.Ack > > antonis labadaridis wrote: >> Michael Stack wrote: >>> antonis labadaridis wrote: >>>> Hi. >>>> >>>> I am trying to install Hbase on debian testing. I installed hadoop >>>> 0.18.1 sucessfully using these instructions: >>>> http://wiki.apache.org/hadoop/Running_Hadoop_On_Ubuntu_Linux_(Single-Node_Cluster) >>>> (the examples worked fine). Then I tried to install HBase, I >>>> followed these instructions: >>>> http://hadoop.apache.org/hbase/docs/r0.18.1/api/overview-summary.html#overview_description >>>> (pseudo-distributed operation). HMaster starts running: >>>> >>>> antonis@usefullpc:~/installs/hbase-0.18.1$ bin/start-hbase.sh >>>> starting master, logging to >>>> /home/antonis/installs/hbase-0.18.1/bin/../logs/hbase-antonis-master-usefullpc.out >>>> >>>> localhost: Debian GNU/Linux lenny/sid >>>> localhost: starting regionserver, logging to >>>> /home/antonis/installs/hbase-0.18.1/bin/../logs/hbase-antonis-regionserver-usefullpc.out >>>> >>>> antonis@usefullpc:~/installs/hbase-0.18.1$ jps >>>> 28425 HMaster >>>> 25720 SecondaryNameNode >>>> 25551 NameNode >>>> 25782 JobTracker >>>> 25628 DataNode >>>> 25872 TaskTracker >>>> 28559 Jps >>> What do you have in your hbase-site.xml? >>> Thanks, >>> St.Ack >>> >> hbase-site.xml: >> >> >> >> >> >> >> >> hbase.rootdir >> hdfs://localhost:9000/hbase >> The directory shared by region servers. >> >> >> >> >> >> Regards, >> Antonis > >