Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Mike Drob
Michael, These are great ZK instructions. Have you considered contributing them to the project upstream? We can converse about this off-list if you'd prefer, since it's not particularly germane to this topic. Mike On Thu, Oct 2, 2014 at 12:50 PM, Michael Allen wrote: > I cut and paste a little

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" script. Here's that i

Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Michael Allen
I cut and paste a little fast there at the end, so obviously no one outside of Sqrrl has the "zk-digest.sh" script. Here's that in all its gory detail: #!/bin/bash if [ -z ${ZOOKEEPER_HOME} ]; then echo "Set \$ZOOKEEPER_HOME before running this script" exit 4747 fi if [ -z ${JAVA_HOME} ]; then

Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Michael Allen
Hi Ranjan. If you're doing this on your own development node, or a production node you're in full control of, you can add a root password to ZooKeeper in order to blow away any nodes you like. Here's a little writeup I did about it: ZooKeeper has security features built into it by way of access c

Re: Removing 'accumulo' from Zookeeper

2014-10-02 Thread Keith Turner
Accumulo will work properly if you do not clean it before installing, because each time you init Accumulo it stores the information for the new instance under a new random uuid. For the purpose of cleaning out old UUIDs, its possible each old UUID could have been created with a different password.