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 443F7F48C for ; Mon, 22 Apr 2013 22:24:30 +0000 (UTC) Received: (qmail 16936 invoked by uid 500); 22 Apr 2013 22:24:29 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 16912 invoked by uid 500); 22 Apr 2013 22:24:29 -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 16903 invoked by uid 99); 22 Apr 2013 22:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 22:24:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.221] (HELO new1-smtp.messagingengine.com) (66.111.4.221) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 22:24:23 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id C090E1D30 for ; Mon, 22 Apr 2013 18:24:01 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 22 Apr 2013 18:24:01 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=venarc.com; h=from :content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; s=mesmtp; bh=FG/QRoJ4FKyM3gF/aNezA94DzH0=; b=Z 6d7AK2W0FujOA8BGm/omj29k1zhtEu8rvYFzcc4l1a2yr51hEO8/7Tv2bQKfiNL+ VglYCh9ii40Des7+E9PVPzTznLCTFxdWM237IzE7VVhhSV4V3OKZ+vnNiRyy1EFw Oba6pbOiKGA9uh4PPkRQtiTvAbIjVIs45iSK1ybqkc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type :content-transfer-encoding:subject:message-id:date:to :mime-version; s=smtpout; bh=FG/QRoJ4FKyM3gF/aNezA94DzH0=; b=clb JsyPRAt+/Ru3NdQ+4NfWo6tWM/McNOqDphBl1N3GuOtjKLk/UV4sMHXeW+qk+Azk zeo9aGtkAJYlhl1HKFzni2MKbutayJnXz1HdJFEwIu8hg9lp40EbJB+X7wjzQ4Sf G2jluYKfQclaowUidClz3/FU56a3Fms38oEa0Zm4= X-Sasl-enc: iteq+OxZEUyNm7+J9E6PzvrlCp0KI8KA5q6syTxIL6LM 1366669441 Received: from [192.168.25.101] (unknown [24.176.202.50]) by mail.messagingengine.com (Postfix) with ESMTPA id 65414C8000A for ; Mon, 22 Apr 2013 18:24:01 -0400 (EDT) From: Drew Kutcharian Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Running a 3-node ensemble on a single machine Message-Id: Date: Mon, 22 Apr 2013 15:23:50 -0700 To: user@zookeeper.apache.org Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org Hi Guys, For development purposes I would like to run a 3 node Zookeeper ensemble = on a single machine (Mac OS X). What's the cleanest way to do this? Thanks, Drew=