Hi Ananth,
You're using HBase 0.20.0+ right? If so, you should be looking for
"base.zookeeper.quorum". Try to set it in hbase-site.xml to the names
of the servers which have ZooKeeper running.
<property>
<name>hbase.zookeeper.quorum</name>
<value>localhost</value>
<description>Comma separated list of servers in the ZooKeeper Quorum.
For example, "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
By default this is set to localhost for local and pseudo-distributed modes
of operation. For a fully-distributed setup, this should be set to a full
list of ZooKeeper quorum servers. If HBASE_MANAGES_ZK is set in hbase-env.sh
this is the list of servers which we will start/stop ZooKeeper on.
</description>
</property>
Hope this helps,
--
Tatsuya Kawano (Mr.)
Tokyo, Japan
On Mon, Oct 19, 2009 at 11:38 PM, Ananth T. Sarathy
<[email protected]> wrote:
> When I try to go to distributed enviroment, i get an error on the
> regionservers that it cant' connect to
> localhost/127.0.0.1:2181
> if i set
> hbase.zookeeper.dns.nameserver
> hbase.zookeeper.dns.interface
> to something other than default (the ip of the master server)? Are these
> properties similiar to hbase.master which binds to localhost unless you put
> the specific ip?
>
> what are the
> Ananth T Sarathy
>