private final void configureAthenaConnection()

in src/main/java/com/amazonaws/services/glue/catalog/HiveGlueCatalogSyncAgent.java [255:258]


	private final void configureAthenaConnection() throws SQLException, SQLTimeoutException {
		LOG.info(String.format("Connecting to Amazon Athena using endpoint %s", this.athenaURL));
		athenaConnection = DriverManager.getConnection(this.athenaURL, this.info);
	}