This is my first time contributing to ZooKeeper, so my apologies if I get some of it wrong.
I propose to add two commands to the ZooKeeper CLI, *export* and *import*: - "*export <path> <filepath>*" downloads the contents of a znode to an external file. - "*import <path> <filepath>*" uploads the contents of an external file to a znode, replacing the znode's previous contents. My team has been using both of these commands for some time. We are confident they are solid. I am going through the code now, including documentation changes and unit tests, to make sure it's ready for review. I am reviewing the steps described in https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute. I would be grateful for any advice on how to proceed. Thanks, Cedric
