Re: Struggling with a simple configuration file.

2009-10-09 Thread Leonard Cuff
Thank you both - Ben and Patrick - for your helpful replies. Leonard On 10/9/09 7:26 AM, "Benjamin Reed" wrote: > right at the beginning of > http://hadoop.apache.org/zookeeper/docs/r3.2.1/zookeeperStarted.html it > shows you the minimum standalone configuration. > > that doesn't explain the

Re: Struggling with a simple configuration file.

2009-10-09 Thread Benjamin Reed
right at the beginning of http://hadoop.apache.org/zookeeper/docs/r3.2.1/zookeeperStarted.html it shows you the minimum standalone configuration. that doesn't explain the 0 id. i'd like to try an reproduce it. do you have an empty data directory with a single file, myid, set to 1? ben Leona

Re: Struggling with a simple configuration file.

2009-10-08 Thread Patrick Hunt
Take all of the server.# lines out, including server.1 (no other change necessary). For standalone you don't need/want this. Alternately you could use org.apache.zookeeper.server.ZooKeeperServerMain (I don't think you even need to change the config file if you do that). for example: java -c

Struggling with a simple configuration file.

2009-10-08 Thread Leonard Cuff
I¹ve been developing for ZooKeeper for a couple months now, recently running in a test configuration with 3 ZooKeeper servers. I¹m running 3.2.1 with no problems. Recently I tried to move to a single server configuration for the development team environment, but couldn¹t get the configuration to w