Connecting to files in S3 buckets via Amazon Athena
This is all based on the Generic JDBC connector instructions in the official documentation:
1. Download the Athena AWS JDBC Driver here- Connection String: <your connection string>
- JDBC JARs Folder: C:\ProgramData\Sisense\DataConnectors\jdbcdrivers\Athena
- Driver's Class Name: com.simba.athena.jdbc.Driver
- User Name: <User name of the database>
- Password: <Password for that user>

-
Official comment
Just tested on Sisense Version 7.2.1 and 7.3 - if you are using Sisense Web (ECM 2.0), you do not necessarily need to use the additional driver Jay wrote to connect to Athena AWS. Instead follow the instructions below. This is all based on the Generic JDBC connector instructions in the official documentation https://documentation.sisense.com/latest/managing-data/connectors/jdbc.htm:
- Download the Athena AWS JDBC Driver here: https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html. In my test I used AthenaJDBC42-2.0.6.jar
- Create a folder called Athena in ..\ProgramData\Sisense\DataConnectors\jdbcdrivers\
- Place the .jar file in the Athena folder
- Restart the Sisense.JVMConnectorsContainer service
- Edit your Elasticube in Sisense web, add data using the Generic JDBC connector
- Use the following settings:
Connection String: <your connection string>
JDBC JARs Folder: C:\ProgramData\Sisense\DataConnectors\jdbcdrivers\Athena
Driver's Class Name: com.simba.athena.jdbc.Driver
User Name: <User name of the database>
Password: <Password for that user> - Then click Next to move on to table selection
Comment actions -
Does Sisense need the Java 8 or Java 7 jar file from Amazon? Java does not seem to be installed on the Sisense box so difficult to say. This page: https://support.sisense.com/hc/en-us/community/posts/115000994027-Connecting-to-Data-using-a-JDBC-Driver? references Athena driver 1.1 which is no longer available from AWS. I guess that was Java 6 maybe? Only 2.0.2 for Java 7 and Java 8 jars are available.
Please sign in to leave a comment.
Comments
7 comments