Download Apache Spark:
https://spark.apache.org/downloads.html
- Choose a Spark release: 3.0.0 (Jun 18 2020)
- Choose a package type: Pre-built for Apache Hadoop 3.2 and later
- Download Spark: spark-3.0.0-bin-hadoop3.2.tgz
Extract the file "spark-3.0.0-bin-hadoop3.2.tgz" in the folder you want to install Spark: e.g. '
/opt/spark-3.0.0-bin-hadoop3.2
'
Note: In the following sections, the environment variable
${SPARK_HOME}
will refer to this location '
/opt/spark-3.0.0-bin-hadoop3.2
'