Skip to content

Commit c152aa1

Browse files
apache spark install commands update (#161)
1 parent aeceae4 commit c152aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-src/zdm-core/modules/migrate/pages/cassandra-data-migrator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ You can install Apache Spark by running the following commands:
1313

1414
[source,bash]
1515
----
16-
wget https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3.tgz
16+
wget https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3-scala2.13.tgz
1717
18-
tar -xvzf spark-3.4.1-bin-hadoop3.tgz
18+
tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz
1919
----
2020

2121
[[cdm-install-as-container]]

0 commit comments

Comments
 (0)