Re: zookeeper-configuration

2010-01-13 Thread Flavio Junqueira
retry to The connection establishment to a server - The retry interval to The connection establishment to a server - The time-out period/value I hope someone could help me. My best regards. -- View this message in context: http://old.nabble.com/zookeeper-configuration-tp27127109p27127109.html Sent fro

Re: zookeeper-configuration

2010-01-12 Thread hiroshi
n >> about three >> seconds is changeless. >> Moreover, the frequency to which LOG was output never changed by the >> setting, too. >> >> Please let me know that the valid following configuration parameters >> at the >> file in the conf directory of hb

Re: zookeeper-configuration

2010-01-12 Thread Flavio Junqueira
of retry to The connection establishment to a server - The retry interval to The connection establishment to a server - The time-out period/value I hope someone could help me. My best regards. -- View this message in context: http://old.nabble.com/zookeeper-configuration-tp27127109p27127109.html Sen

zookeeper-configuration

2010-01-12 Thread hiroshi
tablishment to a server - The retry interval to The connection establishment to a server - The time-out period/value I hope someone could help me. My best regards. -- View this message in context: http://old.nabble.com/zookeeper-configuration-tp27127109p27127109.html Sent from the HBase User mail

Re: zookeeper configuration

2009-10-20 Thread Andrew Purtell
Troubleshooting wiki updated: http://wiki.apache.org/hadoop/Hbase/Troubleshooting - Andy From: Ananth T. Sarathy To: hbase-user@hadoop.apache.org Sent: Tue, October 20, 2009 12:52:45 AM Subject: Re: zookeeper configuration that fixed it! Ananth T Sarathy

Re: zookeeper configuration

2009-10-19 Thread Ananth T. Sarathy
that fixed it! Ananth T Sarathy On Mon, Oct 19, 2009 at 12:12 PM, Jean-Daniel Cryans wrote: > Ananth, > > There are many IP-related problems when using HBase and EC2, this is > one of them. In your case, you probably have some sort of EC2 security > blocking that port because it's a public addre

Re: zookeeper configuration

2009-10-19 Thread Jean-Daniel Cryans
Ananth, There are many IP-related problems when using HBase and EC2, this is one of them. In your case, you probably have some sort of EC2 security blocking that port because it's a public address. What you really want to do is to use the internal EC2 host names. J-D On Mon, Oct 19, 2009 at 8:55

Re: zookeeper configuration

2009-10-19 Thread Ananth T. Sarathy
Hmm.. ok When I do that I get this now (on the master) 2009-10-19 11:52:27,020 INFO org.apache.zookeeper.ZooKeeper: Initiating client connection, host=ec2-174-129-15-236.compute-1.amazonaws.com:2181sessionTimeout=6 watcher=Thread[Thread-1,5,main] 2009-10-19 11:52:27,021 INFO org.apache.zookeep

Re: zookeeper configuration

2009-10-19 Thread Tatsuya Kawano
Hi, In your case (run zookeeper only on one server where the hbase master is running), just the master server needs to be in the list. Thanks, On Tue, Oct 20, 2009 at 12:13 AM, Ananth T. Sarathy wrote: > so does every machine that is a region server need to be in that list or > just the master

Re: zookeeper configuration

2009-10-19 Thread Ananth T. Sarathy
so does every machine that is a region server need to be in that list or just the master server if I want I am going only run zookeeper on one server?

Re: zookeeper configuration

2009-10-19 Thread Tatsuya Kawano
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. hbase.zookeeper.quorum localhost Comma separated list of servers in the ZooKeeper Quorum

zookeeper configuration

2009-10-19 Thread Ananth T. Sarathy
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