Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Mike Drob
using skipACL=YES in zookeeper manual and was wondering >>>> if that may enable me to clean. Thanks for looking at it. >>>> >>>> >>>> >>>> instance.secret >>>> >>>> DEFAULT >>>> >>&g

RE: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Ranjan Sen
Thanks Michael. It worked! Date: Thu, 2 Oct 2014 13:50:51 -0400 Subject: Re: Removing 'accumulo' from Zookeeper From: mich...@sqrrl.com To: user@accumulo.apache.org I cut and paste a little fast there at the end, so obviously no one outside of Sqrrl has the "zk-digest.sh"

Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Michael Allen
>> >>> [zk: localhost:2181(CONNECTED) 1] addauth digest accumulo:DEFAULT >>> >>> [zk: localhost:2181(CONNECTED) 2] rmr /accumulo >>> >>> Authentication is not valid : >>> /accumulo/31d38c2a-3a26-49b3-a786-42d7e1e5d2b0/users/root >>> >>> [zk: l

Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Michael Allen
cure, storm, >> brokers, controller_epoch] >> >> [zk: localhost:2181(CONNECTED) 4] rmr >> /accumulo/31d38c2a-3a26-49b3-a786-42d7e1e5d2b0/users/root >> >> Authentication is not valid : >> /accumulo/31d38c2a-3a26-49b3-a786-42d7e1e5d2b0/users/root >> >> >> [zk: localhost:2181(C

Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Keith Turner
gest,'accumulo:diZNqb4D71cy0fGxC3meE2ZYWyE= > > : cdrwa > > > > > > Date: Wed, 1 Oct 2014 22:29:42 -0400 > > From: josh.el...@gmail.com > > To: user@accumulo.apache.org > > Subject: Re: Removing 'accumulo' from Zookeeper > > > >

RE: Removing 'accumulo' from Zookeeper

2014-10-01 Thread Ranjan Sen
> Date: Wed, 1 Oct 2014 22:29:42 -0400 > From: josh.el...@gmail.com > To: user@accumulo.apache.org > Subject: Re: Removing 'accumulo' from Zookeeper > > You definitely want "addauth", not "setacl". > > "secret&

Re: Removing 'accumulo' from Zookeeper

2014-10-01 Thread Josh Elser
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:

Re: Removing 'accumulo' from Zookeeper

2014-10-01 Thread craig w
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 w

Removing 'accumulo' from Zookeeper

2014-10-01 Thread Ranjan Sen
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