diff --git a/README.md b/README.md index e7f0973..a49093b 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ The `awsglue` library provides only the Python interface to the Glue Spark runti 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 0.9: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-0.9/spark-2.2.1-bin-hadoop2.7.tgz` - * Glue version 1.0: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-1.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.tgz1` + * Glue version 1.0: `https://aws-glue-etl-artifacts.s3.amazonaws.com/glue-1.0/spark-2.4.3-bin-hadoop2.8.tgz` + * 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` 1. export the `SPARK_HOME` environmental variable to the extracted location of the above Spark distribution. For example: ```