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 <[EMAIL PROTECTED]> 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
<configuration>
<property>
<name>hbase.master</name>
<value>localhost:60000</value>
<description>The host and port that the HBase master runs at.
TODO: Support 'local' (All running in single context).
</description>
</property>
<property>
<name>hbase.regionserver</name>
<value>localhost:60010</value>
<description>The host and port a HBase region server runs at.
</description>
</property>
</configuration>
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: [EMAIL PROTECTED]