Re: High WTF count in ZooKeeper client code

2010-08-11 Thread Maarten Koopmans
Off note: I have a Scala wrapper on the Java client (sync only) that has these functions: - treeAsList(path: String) - processTree(path: String,f: (String -> Unit)) This implements recursive delete as a processTree(path,delete_), but also a recursive copy and move if need be. Just my two cen

Re: per Roadmap - 3.4.0 and beyond

2010-03-30 Thread Maarten Koopmans
I have a Scala wrapper around the Java class for sync communications which works pretty well in my project. Wit a bit of refactoring that could be added if people are interested. Should be fairly easy to add the async part, but I had no need or that. --Maarten Op 30 mrt 2010, om 01:20 heeft Pa

Re: Begin a discussion about ZooKeeper as a top level project

2010-03-30 Thread Maarten Koopmans
Agreed. ZooKeeper is very useful as part of the Hadoop project (which I don't use myself :-) Don't fix it ! Op 22 mrt 2010, om 19:32 heeft Patrick Hunt het volgende geschreven: > You have probably heard by now that there is a discussion going on in > the Hadoop PMC as to whether a number of the