Skip to content

Commit 7b693f9

Browse files
authored
Merge pull request #337 from marklogic/feature/spark-docs-update
Added note on Spark version
2 parents a4d6857 + 6de97e6 commit 7b693f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/spark-integration.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ To use Flux with `spark-submit`, first download the `marklogic-flux-1.2.1-all.ja
4040
its dependencies, excluding those of Spark itself, which will be provided via the Spark cluster that you connect to
4141
via `spark-submit`.
4242

43-
You can now run any Flux command with `spark-submit`.
43+
You can now run any Flux command with `spark-submit`. As of Flux 1.2.0, Flux depends on Spark 3.5.3, and thus you should
44+
use Spark 3.5.3 or higher. Prior versions of Spark 3.5.x may work as well. Please also ensure that you use a Spark
45+
runtime that depends on Scala 2.12 and not Scala 2.13.
46+
4447
The following shows a notional example of running the Flux `import-files` command:
4548

4649
{% tabs log %}

0 commit comments

Comments
 (0)