How to: |
Reference: |
Configuring the adapter consists of specifying connection and authentication information for each of the connections you want to establish.
or
From the Data Management Console, expand the Adapters folder.
In the DMC, the Adapters folder opens. In the Web Console, the Adapters page opens showing your configured adapters.
The Add Adapter to Configuration pane opens.
The Adapter for Amazon Athena ODBC is under the SQL group folder. The configuration settings for the adapter are:
Logical name used to identify this particular set of connection attributes. The default is CON01.
Select this option to provide AWS Region and S3 Output Location in lieu of a DSN.
The DSN that was configured for your Athena Data Source.
Select Explicit as the authentication method to use when connecting to the database server.
Enter the AWS access key as the primary authorization ID.
Enter the AWS secret key as the password associated with the primary authorization ID.
The Adapter for Amazon Athena is under the SQL group folder. The configuration settings for the adapter are:
Logical name used to identify this particular set of connection attributes. The default is CON01.
Is the URL to the location of the Amazon Athena JDBC data source.
The following is an example of the URL that is used to connect to your Amazon Athena server:
jdbc:awsathena://connection_URL:?s3_staging_directory
where:
Is the connection URL obtained by your Amazon Athena administrator.
Is the staging directory obtained by your Amazon Athena administrator.
Select Explicit as the authentication method to use when connecting to the database server.
Enter the AWS access key as the primary authorization ID.
Enter the AWS secret key as the password associated with the primary authorization ID.
Enter com.amazonaws.athena.jdbc.AthenaDriver as the name of the JDBC driver.
Defines the additional Java Class directories or full-path jar names which will be available for Java Services. Value may be set by editing the communications file or in the Web Console. Using the Web Console, you can enter one reference per line in the input field. When the file is saved, the entries are converted to a single string using colon (:) delimiters for all platforms. OpenVMS platforms must use UNIX-style conventions for values (for example, /mydisk/myhome/myclasses.jar, rather than mydisk:[myhome]myclasses.jar) when setting values. When editing the file manually, you must maintain the colon delimiter.
Enter the full path to the Athena driver jars, as determined in Preparing the Amazon Athena Environment.
WebFOCUS | |
Feedback |