Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 82066 invoked from network); 5 Jan 2010 06:50:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2010 06:50:48 -0000 Received: (qmail 26333 invoked by uid 500); 5 Jan 2010 06:50:48 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 26265 invoked by uid 500); 5 Jan 2010 06:50:48 -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 26255 invoked by uid 99); 5 Jan 2010 06:50:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 06:50:48 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.221.188 as permitted sender) Received: from [209.85.221.188] (HELO mail-qy0-f188.google.com) (209.85.221.188) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 06:50:39 +0000 Received: by qyk26 with SMTP id 26so7621013qyk.5 for ; Mon, 04 Jan 2010 22:50:18 -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=3KLs2zRJQC5zWv3dzEu82If8gqWO7+7S/TJCnaha2Rg=; b=AUewNgFUt59Ea/BaddsYCr/yWGgUecP8YuPhEFm9aLse9VychamJwlh7PRY4I41xIk oh1KkClfq40y/oThWXQMnkJEApLsOsJ9aN+kDzMq0CVorl7HX4zIYvzmQHuS9NIAW/pi uk2uRbDHc1FlQQMNR5AISnh92uEE75Q6l4rSM= 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=ZowLkXtMckqBZYVS+2fKnc66ykpQff/2q9G69UibGGHckACSOGIEVeFOEPggrf21+u xjCLwTYgnwThkRzMuN99XFElEnai24e7RrDNPuLboKSr4mjFQ5vXI/jrgLR4pLw0VZ0n opdYgdqwbeRaWJEcU3sA+iH3rW45q4o8Cx7xI= MIME-Version: 1.0 Sender: saint.ack@gmail.com Received: by 10.229.10.153 with SMTP id p25mr3764147qcp.36.1262674217910; Mon, 04 Jan 2010 22:50:17 -0800 (PST) In-Reply-To: <63334b531001010002u2e8f69c7jb68a2150857d3422@mail.gmail.com> References: <63334b530912310331x5152d4e2ic88431eb546a76f6@mail.gmail.com> <31a243e70912311107y6af0c4feld5858d64e7b5b5c1@mail.gmail.com> <63334b531001010002u2e8f69c7jb68a2150857d3422@mail.gmail.com> Date: Mon, 4 Jan 2010 22:50:17 -0800 X-Google-Sender-Auth: 9a41657285728b13 Message-ID: <7c962aed1001042250m7cb685bdo66c236e2e43f668@mail.gmail.com> Subject: Re: problem regarding hbase 0.20.2 From: stack To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0015175738f839c3cd047c65403d X-Virus-Checked: Checked by ClamAV on apache.org --0015175738f839c3cd047c65403d Content-Type: text/plain; charset=ISO-8859-1 Check your configuration. Master is shutting down because it can't connect to hdfs running at: java.net.ConnectException: Call to localhost/127.0.0.1:54310 failed on connection exception: java.net.ConnectException: Connection refused Is 127.0.0.1 where your hdfs is running? Can you connect to your hdfs using ./bin/hadoop fs -lsr / before you run hbase? St.Ack On Fri, Jan 1, 2010 at 12:02 AM, Muhammad Mudassar wrote: > i am starting hbase and then checked by JPS it shows that hmaster is > running > when i check it again by jps it goes off > > > here is log of hmaster > > > Wed Dec 30 14:54:41 PKT 2009 Starting master on mudassar-desktop > ulimit -n 1024 > 2009-12-30 14:54:42,014 INFO org.apache.hadoop.hbase.master.HMaster: > vmName=Java HotSpot(TM) Server VM, vmVendor=Sun Microsystems Inc., > vmVersion=14.0-b16 > 2009-12-30 14:54:42,015 INFO org.apache.hadoop.hbase.master.HMaster: > vmInputArguments=[-Xmx1000m, -XX:+HeapDumpOnOutOfMemoryError, > -XX:+UseConcMarkSweepGC, -XX:+CMSIncrementalMode, > -Dhbase.log.dir=/home/hadoop/Desktop/hbase-0.20.2/bin/../logs, > -Dhbase.log.file=hbase-hadoop-master-mudassar-desktop.log, > -Dhbase.home.dir=/home/hadoop/Desktop/hbase-0.20.2/bin/.., > -Dhbase.id.str=hadoop, -Dhbase.root.logger=INFO,DRFA, > > -Djava.library.path=/home/hadoop/Desktop/hbase-0.20.2/bin/../lib/native/Linux-i386-32] > 2009-12-30 14:54:42,054 INFO org.apache.hadoop.hbase.master.HMaster: My > address is mudassar-desktop:60000 > 2009-12-30 14:54:43,229 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 0 time(s). > 2009-12-30 14:54:44,229 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 1 time(s). > 2009-12-30 14:54:45,230 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 2 time(s). > 2009-12-30 14:54:46,230 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 3 time(s). > 2009-12-30 14:54:47,231 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 4 time(s). > 2009-12-30 14:54:48,231 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 5 time(s). > 2009-12-30 14:54:49,231 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 6 time(s). > 2009-12-30 14:54:50,232 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 7 time(s). > 2009-12-30 14:54:51,232 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 8 time(s). > 2009-12-30 14:54:52,233 INFO org.apache.hadoop.ipc.Client: Retrying connect > to server: localhost/127.0.0.1:54310. Already tried 9 time(s). > 2009-12-30 14:54:52,234 ERROR org.apache.hadoop.hbase.master.HMaster: Can > not start master > java.net.ConnectException: Call to localhost/127.0.0.1:54310 failed on > connection exception: java.net.ConnectException: Connection refused > at org.apache.hadoop.ipc.Client.wrapException(Client.java:766) > at org.apache.hadoop.ipc.Client.call(Client.java:742) > at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:220) > at $Proxy0.getProtocolVersion(Unknown Source) > at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:359) > at > org.apache.hadoop.hdfs.DFSClient.createRPCNamenode(DFSClient.java:105) > at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:208) > at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:169) > at > > org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:82) > at > org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1373) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:66) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1385) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:191) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:95) > at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:194) > at > org.apache.hadoop.hbase.LocalHBaseCluster.(LocalHBaseCluster.java:94) > at > org.apache.hadoop.hbase.LocalHBaseCluster.(LocalHBaseCluster.java:78) > at org.apache.hadoop.hbase.master.HMaster.doMain(HMaster.java:1214) > at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:1259) > Caused by: java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at > > org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206) > at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:404) > at > org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:304) > at org.apache.hadoop.ipc.Client$Connection.access$1700(Client.java:176) > at org.apache.hadoop.ipc.Client.getConnection(Client.java:859) > at org.apache.hadoop.ipc.Client.call(Client.java:719) > ... 17 more > > On Fri, Jan 1, 2010 at 12:07 AM, Jean-Daniel Cryans >wrote: > > > If you started the master and it gives you this message, look at the > > master's log in hbase_folder/logs to see if there's anything obviously > > wrong in there. > > > > J-D > > > > On Thu, Dec 31, 2009 at 3:31 AM, Muhammad Mudassar > > > wrote: > > > hi > > > > > > I am trying to start hbase in pseudo-distributed mode but it gives me > > > MasterNotRunning Exception my hbase-site configurations are > > > > > > > > > hbase.rootdir > > > hdfs://localhost:54310/home/hadoop/Desktop/hbasedata > > > The directory shared by region servers. > > > > > > > > > > > > > > > > > > > > > > > > any help > > > > > > Mudassar > > > > > > --0015175738f839c3cd047c65403d--