From 3191c8b3e6f8f540b6c363ce9efe88af11e2e28a Mon Sep 17 00:00:00 2001 From: Macwan Nevil Date: Thu, 25 Apr 2024 13:45:09 +0530 Subject: [PATCH] fixed download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a1328e..a6d56f8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The `awsglue` library provides only the Python interface to the Glue Spark runti 1. install Apache Maven from the following location: https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-common/apache-maven-3.6.0-bin.tar.gz 1. use `copy-dependencies` target in Apache Maven to download the jar from S3 to your local dev environment. 1. download and extract the Apache Spark distribution based on the Glue version you're using: - * Glue version 2.0: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-2.0/spark-2.4.3-bin-hadoop2.8.tgz1` + * Glue version 2.0: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-2.0/spark-2.4.3-bin-hadoop2.8.tgz` * Glue version 3.0: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-3.0/spark-3.1.1-amzn-0-bin-3.2.1-amzn-3.tgz` * Glue version 4.0: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-4.0/spark-3.3.0-amzn-1-bin-3.3.3-amzn-0.tgz` 1. export the `SPARK_HOME` environmental variable to the extracted location of the above Spark distribution. For example: