From 5d941b3a0d633784f903b58f10562689264d6b2c Mon Sep 17 00:00:00 2001 From: James Baiera Date: Tue, 6 Apr 2021 16:34:32 -0400 Subject: [PATCH] Update Spark installation guide for 3.0 (#1638) Update the spark installation guide to list the new Spark 3.x version line and what items it is compatible with. --- docs/src/reference/asciidoc/core/intro/download.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/src/reference/asciidoc/core/intro/download.adoc b/docs/src/reference/asciidoc/core/intro/download.adoc index 89df7e353..8dc205a89 100644 --- a/docs/src/reference/asciidoc/core/intro/download.adoc +++ b/docs/src/reference/asciidoc/core/intro/download.adoc @@ -64,14 +64,14 @@ These are available under the same `groupId`, using an `artifactId` with the pat ---- org.elasticsearch - elasticsearch-spark-20_2.10 <1> + elasticsearch-spark-30_2.12 <1> {version} ---- -<1> 'spark' artifact. Notice the `-20` part of the suffix which indicates the -Spark version compatible with the artifact. Use `20` for Spark 2.0+ and `13` for -Spark 1.3-1.6. Notice the `_2.10` suffix which indicates the Scala version +<1> 'spark' artifact. Notice the `-30` part of the suffix which indicates the +Spark version compatible with the artifact. Use `30` for Spark 3.0+, `20` for Spark 2.0+, +and `13` for Spark 1.3-1.6. Notice the `_2.12` suffix which indicates the Scala version compatible with the artifact. Currently it is the same as the version used by Spark itself. @@ -85,6 +85,8 @@ The Spark connector framework is the most sensitive to version incompatibilities | 1.3 - 1.6 | 2.11 | elasticsearch-spark-13_2.11 | 2.0+ | 2.10 | elasticsearch-spark-20_2.10 | 2.0+ | 2.11 | elasticsearch-spark-20_2.11 +| 2.0+ | 2.12 | elasticsearch-spark-20_2.12 +| 3.0+ | 2.12 | elasticsearch-spark-30_2.12 |========================================================== .Storm