} else {
tableDirs = FSUtils.getTableDirs(FSUtils.getCurrentFileSystem(conf), rootdir);
}
hfcc.checkTables(tableDirs);
PrintWriter out = new PrintWriter(System.out);
hfcc.report(out);
out.flush();
}
// check and fix table integrity, region consistency.
int code = onlineHbck();