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]
>
--
Bin YANG
Department of Computer Science and Engineering
Fudan University
Shanghai, P. R. China
EMail: [EMAIL PROTECTED]