Code samples - Amazon Athena

Code samples

The examples in this topic use SDK for Java 2.x as a starting point for writing Athena applications.

Note

For information about programming Athena using other language-specific AWS SDKs, see the following resources:

For more information about running the Java code examples in this section, see the Amazon Athena Java readme on the AWS code examples repository on GitHub. For the Java programming reference for Athena, see AthenaClient in the AWS SDK for Java 2.x.

Note

These samples use constants (for example, ATHENA_SAMPLE_QUERY) for strings, which are defined in an ExampleConstants.java class declaration. Replace these constants with your own strings or defined constants.