Search This Blog

Showing posts with label athena. Show all posts
Showing posts with label athena. Show all posts

Thursday, 4 June 2020

Athena through API

In the last post, we setup tables and database for our s3 data on Athena and queries it through the AWS console. In this post, I will attempt the same thing through Java SDK

Tuesday, 2 June 2020

AWS Athena

I have been going through use cases where some basic analytics needed to be run on structured logs generated by our system. The way I did it till now, is to spin up an EMR cluster, load my logs on it and execute hive queries.