From c0d8c284e9f194a669b8a4200943fc7351df72ba Mon Sep 17 00:00:00 2001 From: Daniel da Costa Bittencourt Date: Mon, 25 Dec 2017 08:20:33 +0200 Subject: [PATCH] Update Athena JDBC driver avaible on bucket The file version of the Athena JDBC driver seems to have been updated in the bucket and thus the previous commands to copy and install it were not working. This patch updates the instructions. --- .../PartitioningFunction/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-blog-vpcflowlogs-athena-quicksight/PartitioningFunction/readme.md b/aws-blog-vpcflowlogs-athena-quicksight/PartitioningFunction/readme.md index c51556ad..30b0720a 100644 --- a/aws-blog-vpcflowlogs-athena-quicksight/PartitioningFunction/readme.md +++ b/aws-blog-vpcflowlogs-athena-quicksight/PartitioningFunction/readme.md @@ -10,8 +10,8 @@ As a one-off operation, you'll need to install the Athena JDBC driver into a lib ``` mkdir lib -aws s3 cp s3://athena-downloads/drivers/AthenaJDBC41-1.0.0.jar lib/ -mvn install:install-file -Dfile=lib/AthenaJDBC41-1.0.0.jar -DgroupId=com.amazonaws -DartifactId=athena.jdbc41 -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true +aws s3 cp s3://athena-downloads/drivers/AthenaJDBC41-1.1.0.jar lib/ +mvn install:install-file -Dfile=lib/AthenaJDBC41-1.1.0.jar -DgroupId=com.amazonaws -DartifactId=athena.jdbc41 -Dversion=1.1.0 -Dpackaging=jar -DgeneratePom=true ``` And then, to build: