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
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
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