Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38805D2BB for ; Wed, 5 Sep 2012 12:48:04 +0000 (UTC) Received: (qmail 9596 invoked by uid 500); 5 Sep 2012 12:48:03 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 9356 invoked by uid 500); 5 Sep 2012 12:47:58 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 9320 invoked by uid 99); 5 Sep 2012 12:47:57 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 12:47:57 +0000 Received: from localhost (HELO mail-pb0-f42.google.com) (127.0.0.1) (smtp-auth username phunt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 12:47:57 +0000 Received: by pbbrp8 with SMTP id rp8so735253pbb.15 for ; Wed, 05 Sep 2012 05:47:56 -0700 (PDT) Received: by 10.68.221.72 with SMTP id qc8mr54250200pbc.63.1346849276639; Wed, 05 Sep 2012 05:47:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.163.34 with HTTP; Wed, 5 Sep 2012 05:47:36 -0700 (PDT) In-Reply-To: References: From: Patrick Hunt Date: Wed, 5 Sep 2012 05:47:36 -0700 Message-ID: Subject: Re: alternative to myid file To: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi Eric, no, there is no alternative, you must specify a myid file. Patrick On Tue, Sep 4, 2012 at 9:31 PM, Eric Pederson wrote: > Hi all: > > Is there an alternative to the myid file in the clustered setup? For > example, using a property? > > Thanks, > > -- Eric