throw new Exception("batch scan did not fail");
// remove the bad agg so accumulo can shutdown
TableOperations to = getConnector().tableOperations();
for (Entry<String,String> e : to.getProperties("tt")) {
to.removeProperty("tt", e.getKey());
}
UtilWaitThread.sleep(500);
// should be able to scan now