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 BAD92105C8 for ; Thu, 7 Nov 2013 19:55:04 +0000 (UTC) Received: (qmail 94311 invoked by uid 500); 7 Nov 2013 19:55:03 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 94278 invoked by uid 500); 7 Nov 2013 19:55:03 -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 94270 invoked by uid 99); 7 Nov 2013 19:55:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 19:55:03 +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: domain of shralex@gmail.com designates 209.85.223.172 as permitted sender) Received: from [209.85.223.172] (HELO mail-ie0-f172.google.com) (209.85.223.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 19:54:59 +0000 Received: by mail-ie0-f172.google.com with SMTP id tp5so1676863ieb.31 for ; Thu, 07 Nov 2013 11:54:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=49uJ5ozdgrsX1CCmnGbh+hUcG3ZwucpvDls5Hm4VHoM=; b=VtRPDR229bs6K/9mMZT97n8lSV5G7IPuiiS+dpdceH5OrlQPZQY99DnxjVnQCD6lTo VXuOAZTjisSNNFV3Dkh/f6Fk8iGK6tJsdOpkcXC60Fh/S4rTGDLmigbxTG+I/WN+Rgwy r+0xtlG/sGP+HGcj6C4Ez/NaaVKaPzj5PHCgizPApzrWvKW+t2wU7uXXT8B69lKMJYMI 9syf8vFYtMeGg4u6TcMn9d/dSxU26Mr+FrdsoQeFSfPfpamRXJLKZBAsebIBFAeP5h9I iUJaUAN2wBiYfTsRV8PcNxRBladSiE4BzgsYNjpJ2/hzZddo5My4dVFzOVykMfF0uPpu 8MMg== X-Received: by 10.50.61.179 with SMTP id q19mr3298722igr.33.1383854079186; Thu, 07 Nov 2013 11:54:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.250.225 with HTTP; Thu, 7 Nov 2013 11:54:19 -0800 (PST) In-Reply-To: References: From: Alexander Shraer Date: Thu, 7 Nov 2013 11:54:19 -0800 Message-ID: Subject: Re: Dynamic membership reconfig To: "user@zookeeper.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Check it out directly from svn: svn checkout http://svn.apache.org/repos/asf/zookeeper/trunk/ zookeeper-trunk then just do "ant" http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute On Thu, Nov 7, 2013 at 11:50 AM, Arindam Mukherjee wrote: > If you're running a snapshot of 3.5.0 (trunk), which is not out yet, >> you could use the dynamic reconfig functionality. >> Here is the documentation: >> >> >> https://docs.google.com/document/d/1AF8pIfQbN5cKxe0c4cQ4_DW6ZjBJqSkyANcTGUwkzjc/edit >> >> Got to the github URL https://github.com/apache/zookeeper/tree/trunk but > I don't see any specific build instructions. > > Thanks.