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 2EAA710389 for ; Mon, 22 Apr 2013 22:26:51 +0000 (UTC) Received: (qmail 23347 invoked by uid 500); 22 Apr 2013 22:26:50 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 23283 invoked by uid 500); 22 Apr 2013 22:26:50 -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 23228 invoked by uid 99); 22 Apr 2013 22:26:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 22:26:50 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.192.180] (HELO mail-pd0-f180.google.com) (209.85.192.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 22:26:43 +0000 Received: by mail-pd0-f180.google.com with SMTP id u10so49629pdi.39 for ; Mon, 22 Apr 2013 15:26:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=LVfnklfOPEUQzPUB93DZai1fntTEcoKY66EhCA0AMlQ=; b=dtzXEuckAYOURg8uCiASnEtKRbRJhOq0+CIZHDsjpB3XoqXd/io/fVLDMMPZQMmxDX Wz2OxtIj/h4pB9s/PiQuY0IWi0mX/h/OPUOe/IwuoE4gUZc+EyWSaTlczFtKUCDKqzuE ZVAWDcqr5ICL3gAEqrLDs+xiYPk4C9ujHBsJTBrOfe2IIog6nV0sMOQaE/fHn/MwLbka Ns3VTQiqSuadCixhehZIhMj3NMrQu7UEszNWHjNo4syhzogoxJ3XmHIvO90HxhY+yUfb zsWnrM4xAlYI10d9OIrc5qWJZLH3lIS97PhlmG1pImi+mCbgJXlqKU9AkDFxu3dUR44i yyxw== X-Received: by 10.68.180.132 with SMTP id do4mr34704362pbc.96.1366669559982; Mon, 22 Apr 2013 15:25:59 -0700 (PDT) Received: from lgml-jzimmerman.corp.netflix.com (lg-corp.netflix.com. [69.53.237.65]) by mx.google.com with ESMTPS id br2sm26642348pbc.46.2013.04.22.15.25.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Apr 2013 15:25:58 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Running a 3-node ensemble on a single machine From: Jordan Zimmerman In-Reply-To: Date: Mon, 22 Apr 2013 15:25:57 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <45DEC3C7-13C2-4B77-A0B9-620746EADF5A@jordanzimmerman.com> References: To: user@zookeeper.apache.org X-Mailer: Apple Mail (2.1503) X-Gm-Message-State: ALoCoQmaefjZH8xRTyAmIBbIGRtVPeFzZmtKOy0hn+XJPKE9DuDyJ7XPldwlUF8cY5UL384rFg7R X-Virus-Checked: Checked by ClamAV on apache.org If this is just for testing, use the TestingCluster from Curator. On Apr 22, 2013, at 3:23 PM, Drew Kutcharian wrote: > Hi Guys, >=20 > 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? >=20 > Thanks, >=20 > Drew