File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ Spark 3.2.x is the recommended runtime to use. The rest of the instructions are
60
60
To place Spark under ` /opt/` :
61
61
62
62
` ` ` bash
63
- curl https://downloads.apache.org/spark/spark-3.2.0 /spark-3.2.0 -bin-hadoop3.2.tgz | sudo tar -xz -C /opt/
64
- export SPARK_HOME=" /opt/spark-3.2.0 -bin-hadoop3.2"
63
+ curl https://downloads.apache.org/spark/spark-3.2.1 /spark-3.2.1 -bin-hadoop3.2.tgz | sudo tar -xz -C /opt/
64
+ export SPARK_HOME=" /opt/spark-3.2.1 -bin-hadoop3.2"
65
65
export PATH=" $SPARK_HOME /bin" :" $PATH "
66
66
` ` `
67
67
68
68
To place under ` ~/` :
69
69
70
70
` ` ` bash
71
- curl https://downloads.apache.org/spark/spark-3.2.0 /spark-3.2.0 -bin-hadoop3.2.tgz | tar -xz -C ~ /
72
- export SPARK_HOME=~ /spark-3.2.0 -bin-hadoop3.2
71
+ curl https://downloads.apache.org/spark/spark-3.2.1 /spark-3.2.1 -bin-hadoop3.2.tgz | tar -xz -C ~ /
72
+ export SPARK_HOME=~ /spark-3.2.1 -bin-hadoop3.2
73
73
export PATH=" $SPARK_HOME /bin" :" $PATH "
74
74
` ` `
75
75
You can’t perform that action at this time.
0 commit comments