private static void cleanup() throws IOException, InterruptedException {

    try {
      accumulo.stop();
    } finally {
      FileUtils.deleteDirectory(tempAccumuloDir);
    }
  }