OK, figure this out. It seems that the utility only takes relative path, not the absolute path.
Jun On Mon, Apr 25, 2011 at 5:22 PM, Jun Rao <[email protected]> wrote: > Hi, > > We got a lot of log data and snapshots accumlated in ZK (version 3.3.3). I > tried to run the following command to clean things up. However, nothing gets > deleted. Did I do anything wrong? Thanks, > > java -cp ../lib/zookeeper-3.3.3.jar:../lib/log4j-1.2.15.jar:conf > org.apache.zookeeper.server.PurgeTxnLog /export/content/zookeeper/i002/data > /export/content/zookeeper/i002/data/version-2 -n 6 > > Jun >
