155156157158159160161162163164165
} } finally { HConnectionManager.deleteConnectionInfo(conf, false); cluster.shutdown(); try { zooKeeperCluster.shutdown(); } catch (IOException e) { LOG.warn("Shutting down ZooKeeper cluster", e); } } }