in src/main/java/com/amazonaws/services/glue/catalog/HiveGlueCatalogSyncAgent.java [101:109]
public void stop() {
LOG.info(String.format("Stopping %s", this.getClass().getCanonicalName()));
try {
athenaConnection.close();
} catch (SQLException e) {
LOG.error(e.getMessage());
}
this.run = false;
}