Hi, I have just installed Hadoop 19.3 (pseudo distributed mode) and Hbase 19.2 by following the instructions. Both of them starts fine.
Hadoop Log: $ bin/start-all.sh starting namenode, logging to /hda3/ps/hadoop-0.19.2/bin/../logs/hadoop-oracle-namenode-localhost.localdomain.out localhost: starting datanode, logging to /hda3/ps/hadoop-0.19.2/bin/../logs/hadoop-oracle-datanode-localhost.localdomain.out .... HBase Log: $ bin/start-hbase.sh starting master, logging to /hda3/ps/hbase-0.19.3/bin/../logs/hbase-oracle-master-localhost.localdomain.out localhost: starting regionserver, logging to /hda3/ps/hbase-0.19.3/bin/../logs/hbase-oracle-regionserver-localhost.localdomain.out When I try to connect HBase from a client, it gives an error as: Aug 3, 2009 3:35:04 AM org.apache.hadoop.hbase.ipc.HBaseClient$Connection handleConnectionFailure INFO: Retrying connect to server: localhost/127.0.0.1:60000. Already tried 0 time (s). Aug 3, 2009 3:35:05 AM org.apache.hadoop.hbase.ipc.HBaseClient$Connection handleConnectionFailure INFO: Retrying connect to server: localhost/127.0.0.1:60000. Already tried 1 time(s). I have configured sites.xml etc as "localhost:9000", How can I change that 60000 port in client? I use like below in my Java class. HBaseConfiguration config = new HBaseConfiguration(); Thanks. _________________________________________________________________ Teker teker mi, yoksa hepsi birden mi? Arkadaşlarınızla ilgili güncel bilgileri tek bir yerden edinin. http://www.microsoft.com/turkiye/windows/windowslive/products/social-network-connector.aspx
