On 9/2/2014 11:44 AM, Christopher Gross wrote: > OK -- so I think my previous attempts were causing the problem. > Since this is a dev environment (and is still empty), I just went ahead and > wiped out the "version-2" directories for the zookeeper nodes, reloaded my > solr collections, then ran that command (zkcli.sh in the solr distro). > That did work. What is a reliable way to remove a file from Zookeeper?
The zkcli that comes with zookeeper itself is really good for removing things. It's not easy for a beginner to use, though. There is also at least one GUI option. The only one that I've used is zookeeper client plugin for eclipse, because I use eclipse for other things. It can be a little hard to figure out, but once you do, it's very useful for looking at and modifying zookeeper: http://www.massedynamic.org/mediawiki/index.php?title=Eclipse_Plug-in_for_ZooKeeper Thanks, Shawn