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 @@ -50,16 +50,16 @@ Spark 3.2.x is the recommended runtime to use. The rest of the instructions are
50
50
To place Spark under ` /opt/ ` :
51
51
52
52
``` bash
53
- curl https://downloads.apache.org/spark/spark-3.2.1 /spark-3.2.1 -bin-hadoop3.2.tgz | sudo tar -xz -C /opt/
54
- export SPARK_HOME=" /opt/spark-3.2.1 -bin-hadoop3.2"
53
+ curl https://downloads.apache.org/spark/spark-3.2.2 /spark-3.2.2 -bin-hadoop3.2.tgz | sudo tar -xz -C /opt/
54
+ export SPARK_HOME=" /opt/spark-3.2.2 -bin-hadoop3.2"
55
55
export PATH=" $SPARK_HOME /bin" :" $PATH "
56
56
```
57
57
58
58
To place under ` ~/ ` :
59
59
60
60
``` bash
61
- curl https://downloads.apache.org/spark/spark-3.2.1 /spark-3.2.1 -bin-hadoop3.2.tgz | tar -xz -C ~ /
62
- export SPARK_HOME=~ /spark-3.2.1 -bin-hadoop3.2
61
+ curl https://downloads.apache.org/spark/spark-3.2.2 /spark-3.2.2 -bin-hadoop3.2.tgz | tar -xz -C ~ /
62
+ export SPARK_HOME=~ /spark-3.2.2 -bin-hadoop3.2
63
63
export PATH=" $SPARK_HOME /bin" :" $PATH "
64
64
```
65
65
You can’t perform that action at this time.
0 commit comments