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 D66D892F0 for ; Wed, 25 Apr 2012 22:54:45 +0000 (UTC) Received: (qmail 75025 invoked by uid 500); 25 Apr 2012 22:54:45 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 74968 invoked by uid 500); 25 Apr 2012 22:54:45 -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 74960 invoked by uid 99); 25 Apr 2012 22:54:45 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 22:54:45 +0000 Received: from localhost (HELO mail-wg0-f46.google.com) (127.0.0.1) (smtp-auth username phunt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 22:54:45 +0000 Received: by wgbdq10 with SMTP id dq10so592610wgb.15 for ; Wed, 25 Apr 2012 15:54:43 -0700 (PDT) Received: by 10.180.76.240 with SMTP id n16mr10709722wiw.10.1335394483369; Wed, 25 Apr 2012 15:54:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.10.144 with HTTP; Wed, 25 Apr 2012 15:54:23 -0700 (PDT) In-Reply-To: References: From: Patrick Hunt Date: Wed, 25 Apr 2012 15:54:23 -0700 Message-ID: Subject: Re: Delegating Load within Quorum To: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 25, 2012 at 2:56 PM, Jordan Zimmerman wrote: > zkCli.sh seems to use port 8080. Is there any config/argument to change > this? I couldn't find one. It's conflicting with another process on the > machine. I don't think this is the case Jordan. I just ran zkCli from 3.4 and no such port was used. sudo netstat -anp compare that to jps output? Patrick