cleanupUtil.cleanZooKeeper();
// Clear replication stat
List<String> peerIds = cleanupUtil.cleanHBaseReplicas();
for (String peerId : peerIds) {
new ReplicationPeerUtil().waitOnReplicationPeerStopped(peerId);
}
// Clear Blobs on hdfs blobstore
String dfsUri = "hdfs://localhost:8020/lily/blobs";
System.out.println("Clearing HDFS Blob Store on " + dfsUri);