return chopped == verify.chopped && unassigned == verify.unassigned && unassigned == verify.total;
}
public static void main(String[] args) throws Exception {
ClientOpts opts = new ClientOpts();
opts.parseArgs(MergeStats.class.getName(), args);
Connector conn = opts.getConnector();
Map<String,String> tableIdMap = conn.tableOperations().tableIdMap();
for (Entry<String,String> entry : tableIdMap.entrySet()) {
final String table = entry.getKey(), tableId = entry.getValue();