Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 134E017DA5 for ; Thu, 2 Oct 2014 02:30:10 +0000 (UTC) Received: (qmail 79022 invoked by uid 500); 2 Oct 2014 02:30:09 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 78963 invoked by uid 500); 2 Oct 2014 02:30:09 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 78952 invoked by uid 99); 2 Oct 2014 02:30:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 02:30:09 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh.elser@gmail.com designates 209.85.192.53 as permitted sender) Received: from [209.85.192.53] (HELO mail-qg0-f53.google.com) (209.85.192.53) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 02:30:04 +0000 Received: by mail-qg0-f53.google.com with SMTP id a108so1263123qge.26 for ; Wed, 01 Oct 2014 19:29:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=sTGob0AsYo8tvmWZN6NFIPVRmFebk2iokFAWwJkMT18=; b=E5y2mjuDge2jeBf0u2RNg7+K/3IPswcsi86Of79drc0cWo51HoxmCjZHBBQMurfjLe wdyikTchxNVAXfxgkFhJIrx6MyAfOOChdc3IUNtEf7Wr2m60PeFhwIHJAgnZiW2v+TKs JTcUv0j93DI8lu8KsQYE5v2DI442U7MpAKULbv8id6BH21JCo2yoBGc205sw8PhGQDe1 nEYbaUdqRJhEkrvF58L30Am2/cOfBcstjwvM/Bu/g/IqaMNlNtW6kaYaktj78RoJ301w 3bYO6n4D05e5dVw/6Lr12zFXwR0eIDi7IyJAzaXzm8oPnHCGr36tRwu8oH/z4IfD20tq LCkg== X-Received: by 10.140.101.139 with SMTP id u11mr48697914qge.48.1412216983834; Wed, 01 Oct 2014 19:29:43 -0700 (PDT) Received: from HW10447.local (pool-71-166-48-47.bltmmd.fios.verizon.net. [71.166.48.47]) by mx.google.com with ESMTPSA id o7sm2241309qay.4.2014.10.01.19.29.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 Oct 2014 19:29:43 -0700 (PDT) Message-ID: <542CB896.9030506@gmail.com> Date: Wed, 01 Oct 2014 22:29:42 -0400 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: user@accumulo.apache.org Subject: Re: Removing 'accumulo' from Zookeeper References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org You definitely want "addauth", not "setacl". "secret" is the value of instance.secret in accumulo-site.xml. craig w wrote: > I'd double check that "secret" is correct and perhaps do you mean to > use "addauth"? > > On Wed, Oct 1, 2014 at 8:10 PM, Ranjan Sen > wrote: > > Hi Accumulo users, > > I have a accumulo znode that I want to remove from zookeeper. I > tried to use the > > setAcl digest accumulo:secret > > but it is not working when I try to remove it > > [zk: localhost:2181(CONNECTED) 11] rmr > /accumulo/31d38c2a-3a26-49b3-a786-42d7e1e5d2b0/users/root > > Authentication is not valid : > /accumulo/31d38c2a-3a26-49b3-a786-42d7e1e5d2b0/users/root > > > so I was thinking of using skipACL=YES that I saw in the zookeeper > documentation. Any idea if this can be used with zkCli.sh? > > > Ranjan > > > > > -- > https://github.com/mindscratch > https://www.google.com/+CraigWickesser > https://twitter.com/mind_scratch > https://twitter.com/craig_links