shellState.checkTableState();
tablesToFlush.add(shellState.getTableName());
}
try {
final AccumuloConfiguration acuConf = new ConfigurationCopy(shellState.getConnector().instanceOperations().getSystemConfiguration());
TableDiskUsage.printDiskUsage(acuConf, tablesToFlush, FileSystem.get(new Configuration()), shellState.getConnector(), new Printer() {
@Override
public void print(String line) {
try {
shellState.getReader().printString(line + "\n");
} catch (IOException ex) {