Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 71435 invoked from network); 18 Oct 2007 16:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 16:17:55 -0000 Received: (qmail 63307 invoked by uid 500); 18 Oct 2007 16:17:41 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 63053 invoked by uid 500); 18 Oct 2007 16:17:40 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 63044 invoked by uid 99); 18 Oct 2007 16:17:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 09:17:40 -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: local policy) Received: from [63.203.238.117] (HELO dns.duboce.net) (63.203.238.117) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 16:17:42 +0000 Received: by dns.duboce.net (Postfix, from userid 1008) id 4FEE7C51B; Thu, 18 Oct 2007 09:14:32 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on dns.duboce.net X-Spam-Level: Received: from durruti.desk.hq.powerset.com (durruti.desk.hq.powerset.com [208.76.47.80]) by dns.duboce.net (Postfix) with ESMTP id 02A9DC1CE for ; Thu, 18 Oct 2007 09:14:29 -0700 (PDT) Message-ID: <471786AB.7030705@duboce.net> Date: Thu, 18 Oct 2007 09:15:39 -0700 From: Michael Stack User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: hadoop-user@lucene.apache.org Subject: Re: A basic question on HBase References: <4e435c530710180311q37718e00tdedc7b4bb78af04@mail.gmail.com> <4e435c530710180313m704c19d2qb32e13a9d51e147b@mail.gmail.com> In-Reply-To: <4e435c530710180313m704c19d2qb32e13a9d51e147b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.4 Did you start hbase? % $HBASE_HOME/bin/start-hbase.sh Are both the hbase master and regionservers up and running? Look in the hbase logs (Default location is $HADOOP_HOME/logs). Check the hbase master log. It should be scanning the catalog regions named -ROOT- and .META. on a period. If its not, then there is something wrong. Check the regionserver log also. If you can't figure it, swing by the #hbase IRC channel at irc.freenode.net and we can help you out. St.Ack Bin YANG wrote: > On 10/18/07, Bin YANG wrote: > >> Hi, >> >> I'm new to hadoop and Hbase. >> I meet some problems using the HBase. >> >> I think I have deployed hadoop successfully, I can put and get files >> from local file systems to/from HDFS. >> >> Below is my hbase.site.xml >> >> >> >> hbase.master >> localhost:60000 >> The host and port that the HBase master runs at. >> TODO: Support 'local' (All running in single context). >> >> >> >> hbase.regionserver >> localhost:60010 >> The host and port a HBase region server runs at. >> >> >> >> >> >> When I run hbase shell, I want to create a table in HBase, >> HBase > CREATE table1 >> --> COLUMNFAMILIES('cf'); >> >> I always get the error message, I don't know why: >> >> error msg : java.net.SocketTimeoutException: timed out waiting for rpc response >> >> I download the hadoop-0.14.1 and hadoop-0.14.2, I got the same error. >> >> >> Thank you, I look forward to hearing from you. >> >> Best wishes, >> Bin YANG >> >> -- >> Bin YANG >> Department of Computer Science and Engineering >> Fudan University >> Shanghai, P. R. China >> EMail: yangbinisme82@gmail.com >> >> > > >