.add(HConstants.ZOOKEEPER_QUORUM, configuration.get(HConstants.ZOOKEEPER_QUORUM))
.toString();
final String hTableName = new String(hTable.getTableName());
String format = String.format("%s %s (HTable name %s)", errorMessage, configSettings, hTableName);
logger.error(format, e);
return new RuntimeIOException(format, e);
}