MATLAB® Interface for Amazon Web Services Athena™ Service. Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run. This package provides a basic interface to a subset of Athena features from within MATLAB.
Please not that you also need to use the package https://github.com/mathworks-ref-arch/matlab-aws-common in order to use this package. Alternatively, you can install all our AWS support packages by running
git clone --recursive https://github.com/mathworks-ref-arch/mathworks-aws-support.git
Anders Sollander (2021). MATLAB Interface for AWS Athena (https://github.com/mathworks-ref-arch/matlab-aws-athena/releases/tag/0.2.2), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Hi,
For me this fails at the import software stage:
Error using aws.athena.AthenaClient/initialize
Error: File: initialize.m Line: 23 Column: 12
The import statement 'import software.amazon.awssdk.services.athena.AthenaClient' cannot be found or cannot be imported. Imported
names must end with '.*' or be fully qualified.
I guess that means I'm missing a connection to the sdk? I can't find any clear documentation on how to get that plugged in. Do I need to get maven and build it myself?
Cheers
And of course I can't edit a comment here. Sorry.
The error message is:
Error using aws.athena.AthenaClient/initialize
Error: File: initialize.m Line: 23 Column: 12
The import statement 'import software.amazon.awssdk.services.athena.AthenaClient' cannot be found or cannot be imported. Imported
names must end with '.*' or be fully qualified.