Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 683B19B76 for ; Fri, 3 Feb 2012 09:38:27 +0000 (UTC) Received: (qmail 82452 invoked by uid 500); 3 Feb 2012 09:38:25 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 82114 invoked by uid 500); 3 Feb 2012 09:38:23 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 82094 invoked by uid 99); 3 Feb 2012 09:38:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 09:38:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of praveensripati@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2012 09:38:14 +0000 Received: by lamf4 with SMTP id f4so2377890lam.14 for ; Fri, 03 Feb 2012 01:37:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=GoOcu1W4dFWHxqail/dDTF1SMLqOqc83HuMbm/f0mG4=; b=rkCpuzRAlUF0bcVr/6ZkPFrFEtx+/Jox2LjsGOZMtm3akt0MOBhVkqw6E119K2H7KV motcGK6zBG9h/oU4jsGt/7HALRpW9c0MWgD6c1xTZTq9G7mFM9DOsDaHSjTXjP87wBXS tCqMbDaRo2g8juICQ2uMycSWMYe7/IyMpftiY= MIME-Version: 1.0 Received: by 10.152.147.1 with SMTP id tg1mr3356633lab.22.1328261872373; Fri, 03 Feb 2012 01:37:52 -0800 (PST) Received: by 10.112.93.149 with HTTP; Fri, 3 Feb 2012 01:37:52 -0800 (PST) Date: Fri, 3 Feb 2012 15:07:52 +0530 Message-ID: Subject: Starting 0.92 in stand alone mode From: Praveen Sripati To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=e89a8f23517712501e04b80c1103 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f23517712501e04b80c1103 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have the following in .bashrc export HADOOP_HOME=/home/praveensripati/Installations/hadoop-0.20.205.0 export HBASE_HOME=/home/praveensripati/Installations/hbase-0.92.0 and when I try to run bin/start-hbase.sh with no configurations in the hbase-site.xml (for stand alone mode), the below exception is in the log file. When the HADOOP_HOME is not set in .bashrc, then stand alone mode works properly. The port 9000 in the exception corresponds to fs.default.name property in the $HADOOP_HOME/conf/cores-site.xml. Is this the expected behavior? Since hbase.rootdir is not specified in the hbase-site.xml, I was expecting HBase to store the file in the /tmp folder locally and not look for the NameNode. 2012-02-03 14:52:49,346 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 6 time(s). 2012-02-03 14:52:50,347 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 7 time(s). 2012-02-03 14:52:50,422 INFO org.apache.hadoop.hbase.master.ServerManager: Waiting on regionserver(s) to checkin 2012-02-03 14:52:51,348 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 8 time(s). 2012-02-03 14:52:51,922 INFO org.apache.hadoop.hbase.master.ServerManager: Waiting on regionserver(s) to checkin 2012-02-03 14:52:52,349 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 9 time(s). 2012-02-03 14:52:52,354 ERROR org.apache.hadoop.hbase.master.HMasterCommandLine: Failed to start master java.net.ConnectException: Call to localhost/127.0.0.1:9000 failed on connection exception: java.net.ConnectException: Connection refused at org.apache.hadoop.ipc.Client.wrapException(Client.java:1095) at org.apache.hadoop.ipc.Client.call(Client.java:1071) at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:225) at $Proxy11.getProtocolVersion(Unknown Source) at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:396) at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:379) at org.apache.hadoop.hdfs.DFSClient.createRPCNamenode(DFSClient.java:118) at org.apache.hadoop.hdfs.DFSClient.(DFSClient.java:222) Thanks, Praveen --e89a8f23517712501e04b80c1103--