Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 22380 invoked from network); 16 Mar 2009 11:49:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2009 11:49:32 -0000 Received: (qmail 73575 invoked by uid 500); 16 Mar 2009 11:49:31 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 73403 invoked by uid 500); 16 Mar 2009 11:49:30 -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 73392 invoked by uid 99); 16 Mar 2009 11:49:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 04:49:30 -0700 X-ASF-Spam-Status: No, hits=4.6 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 11:49:22 +0000 Received: by an-out-0708.google.com with SMTP id d14so998and.29 for ; Mon, 16 Mar 2009 04:49:01 -0700 (PDT) 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=2BmHHO79mvmNI36f5kqIH0e0QI+mIt4/ScRl9yvlKWw=; b=eSeh7lbWk6s7w5Zv6bGyvs3MbSvYJy4xE9sTSXocaE8H7monv//RpAE/Br+nEEtmDf Eh/1tzviEh8/VnYH9OTazmSehOffN/MOAwTceqLv+6AHSS990j1vMyPf80gP/4L8m7Dj VXq/MqaHzvTAVjWP5u+BVicfvlL55EOHERq5k= 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=RXiwjSCYitxPHWRQvtmToO1UfOrUR9GteVuZp0q6kJDXn9G2jaQP9xsKBRMtZWkxEN TZbf3bYsTGZ1BYyc7i0qnECa9tYJz3v78JWdvCypcFcPcj+/FOCJoBeJW1XoNuAZn+66 qllJnusz+sH2rTJEMCQmHXdiRSvHlPwkrUOYw= MIME-Version: 1.0 Sender: saint.ack@gmail.com Received: by 10.100.43.14 with SMTP id q14mr2752774anq.60.1237204140056; Mon, 16 Mar 2009 04:49:00 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 Mar 2009 04:49:00 -0700 X-Google-Sender-Auth: cd97d48a1c06f380 Message-ID: <7c962aed0903160449n3d286688kce7365a514d6cd1e@mail.gmail.com> Subject: Re: Problem with starting HBase Master From: stack To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e644d6ae485f3b04653b0908 X-Virus-Checked: Checked by ClamAV on apache.org --0016e644d6ae485f3b04653b0908 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit It seems like there is a problem with your local networking? Its having trouble finding hdfs on 127.0.0.1. Can you access the hadoop hdfs using ./bin/hadoop? What happens if you do ./bin/hadoop fs -lsr /? St.Ack On Mon, Mar 16, 2009 at 3:10 AM, Puri, Aseem wrote: > Hi > > > > I am using Hadoop-0.18.0 and hbase-0.18.0. My Hadoop -site > configuration in Pseudo-Distributed Mode is: > > > > > > > > > > > > fs.default.name > > hdfs://127.0.0.1:9000 > > > > > > > > mapred.job.tracker > > hdfs://127.0.0.1:9001 > > > > > > > > dfs.name.dir > > /home/HadoopAdmin/hdfs/name > > > > > > > > dfs.data.dir > > /home/HadoopAdmin/hdfs/data > > > > > > > > dfs.replication > > 3 > > > > > > > > > > > > Hadoop server is working fine but when I set my Hbase-site configuration > in Pseudo-Distributed Operation as: > > > > > hbase.rootdir > hdfs:// 127.0.0.1:9000/hbase > The directory shared by region servers. > > > > > > > HBase master don't works. But if I leave the configuration empty then > mater starts but it use local file system. > > > > Please tell how should I configure my HBase so its master starts working > and HBase also works on HDFS. > > > > Thanks & Regards > > Aseem Puri > > Project Trainee > > Honeywell Technology Solutions Lab > > Bangalore > > > > > > --0016e644d6ae485f3b04653b0908--