From user-return-7409-apmail-zookeeper-user-archive=zookeeper.apache.org@zookeeper.apache.org Thu Apr 3 16:08:23 2014 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 CD838105F5 for ; Thu, 3 Apr 2014 16:08:23 +0000 (UTC) Received: (qmail 95613 invoked by uid 500); 3 Apr 2014 16:08:18 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 95139 invoked by uid 500); 3 Apr 2014 16:08:16 -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 95090 invoked by uid 99); 3 Apr 2014 16:08:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 16:08:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 16:08:10 +0000 Received: by mail-qa0-f43.google.com with SMTP id j15so1854559qaq.16 for ; Thu, 03 Apr 2014 09:07:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=uyntXB5HunbWcC2RsOsDR1dPS1p4NxjboPth7XkvNoE=; b=M/+s1O8qN+Fe0NQmyCTvdW1YwuAfJRSzwpj20LINjk0KJqEHpikA6IQIcN5MV9Rh4K 1f0kM1L+YdHs5g2QbFIdIz7YV47VUR/n17D9hULJAFd+lkEj5JlltpLErE0fmBaxYgZG l79ZbCOjqQkZsWJ+C9gNOakk8VnTxAmOj3vlEbBLxOnu80qvwl1C6ai0kH60SYvgySmt VH6tycwILkRq7u3T1OU85vdOAOCsQoRnkzYe0OCXlCnSMBHuCRO7AsgVVb2txm/dmXnY cfyGKJyGQuA5j24iFgL+Q6lEqDfH7G6aJIJgnt8QXYXduAjRB7Rvd+jbrNKmiQ62QvB3 yVPQ== MIME-Version: 1.0 X-Received: by 10.224.75.5 with SMTP id w5mr8367172qaj.52.1396541268146; Thu, 03 Apr 2014 09:07:48 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.96.165.74 with HTTP; Thu, 3 Apr 2014 09:07:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Apr 2014 09:07:48 -0700 X-Google-Sender-Auth: RV22ei4BiwDFhKKWzuc3BUaf3bU Message-ID: Subject: Re: ZooKeeperMain.main doesn't act on arguments since 3.4.6? From: Stack To: user@zookeeper.apache.org Cc: zookeeper-user Content-Type: multipart/alternative; boundary=001a11c357c233de4304f6259a71 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c357c233de4304f6259a71 Content-Type: text/plain; charset=UTF-8 On Wed, Apr 2, 2014 at 11:34 PM, Rakesh R wrote: > >>> $ ~/bin/java/bin/java -cp > >>> > lib/zookeeper-3.4.6.jar:lib/slf4j-log4j12-1.6.4.jar:lib/slf4j-api-1.6.4.jar:lib/log4j-1.2.17.jar > >>> org.apache.zookeeper.ZooKeeperMain -server c2020:2181 ls "/hbase/rs" > > >>> i.e. pass a command to ZooKeeperMain on the command-line for it to run? > >>> With 3.4.6 it eats my command and gives me nothing back nothing. > > Yes. This has been observed sometime back. > > Looks like https://issues.apache.org/jira/browse/ZOOKEEPER-1897, is > talking the same. Please have a look. > Thank you Rakesh for the pointer. St.Ack --001a11c357c233de4304f6259a71--