}
public void forceTableCleanup(String tableName) throws IOException, ExecutionException, InterruptedException
{
Table table = getValidTable(tableName);
table.forceCleanup();
}
public void forceTableCompaction() throws IOException, ExecutionException, InterruptedException
{
for (Table table : Table.all())