RE: Connection failure to HBase

2009-08-03 Thread Onur AKTAS
namehbase.regionserver/name valuelocalhost:60020/value /property /configuration Date: Sun, 2 Aug 2009 19:25:16 -0700 Subject: Re: Connection failure to HBase From: vpura...@gmail.com To: hbase-user@hadoop.apache.org You can set hbase.master property on the configuration object

Re: Connection failure to HBase

2009-08-03 Thread Jean-Daniel Cryans
-0700 Subject: Re: Connection failure to HBase From: vpura...@gmail.com To: hbase-user@hadoop.apache.org You can set hbase.master property on the configuration object: config.set(hbase.master, localhost:9000); Regards, Vaibhav 2009/8/2 Onur AKTAS onur.ak...@live.com Hi, I have

RE: Connection failure to HBase

2009-08-03 Thread Onur AKTAS
directory shared by region servers. /description /property Date: Mon, 3 Aug 2009 08:36:09 -0400 Subject: Re: Connection failure to HBase From: jdcry...@apache.org To: hbase-user@hadoop.apache.org If this is all of your hbase-site.xml, you're not using Hadoop at all. Please review the Pseudo

RE: Connection failure to HBase

2009-08-03 Thread Onur AKTAS
it standalone, but it could not make it work on Hadoop pseudo-distributed mode. I'm going to ask Hadoop list too.. Thanks. Date: Mon, 3 Aug 2009 14:39:33 -0400 Subject: Re: Connection failure to HBase From: jdcry...@apache.org To: hbase-user@hadoop.apache.org I see many problems here. First

Connection failure to HBase

2009-08-02 Thread Onur AKTAS
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:

Re: Connection failure to HBase

2009-08-02 Thread Vaibhav Puranik
You can set hbase.master property on the configuration object: config.set(hbase.master, localhost:9000); Regards, Vaibhav 2009/8/2 Onur AKTAS onur.ak...@live.com Hi, I have just installed Hadoop 19.3 (pseudo distributed mode) and Hbase 19.2 by following the instructions. Both of them