Skip to content

Commit 7b65a6c

Browse files
authored
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.
1 parent 43d8974 commit 7b65a6c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/src/reference/asciidoc/core/intro/download.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ These are available under the same `groupId`, using an `artifactId` with the pat
6464
----
6565
<dependency>
6666
<groupId>org.elasticsearch</groupId>
67-
<artifactId>elasticsearch-spark-20_2.10</artifactId> <1>
67+
<artifactId>elasticsearch-spark-30_2.12</artifactId> <1>
6868
<version>{version}</version>
6969
</dependency>
7070
----
7171

72-
<1> 'spark' artifact. Notice the `-20` part of the suffix which indicates the
73-
Spark version compatible with the artifact. Use `20` for Spark 2.0+ and `13` for
74-
Spark 1.3-1.6. Notice the `_2.10` suffix which indicates the Scala version
72+
<1> 'spark' artifact. Notice the `-30` part of the suffix which indicates the
73+
Spark version compatible with the artifact. Use `30` for Spark 3.0+, `20` for Spark 2.0+,
74+
and `13` for Spark 1.3-1.6. Notice the `_2.12` suffix which indicates the Scala version
7575
compatible with the artifact. Currently it is the same as the version used by
7676
Spark itself.
7777

@@ -85,6 +85,8 @@ The Spark connector framework is the most sensitive to version incompatibilities
8585
| 1.3 - 1.6 | 2.11 | elasticsearch-spark-13_2.11
8686
| 2.0+ | 2.10 | elasticsearch-spark-20_2.10
8787
| 2.0+ | 2.11 | elasticsearch-spark-20_2.11
88+
| 2.0+ | 2.12 | elasticsearch-spark-20_2.12
89+
| 3.0+ | 2.12 | elasticsearch-spark-30_2.12
8890
|==========================================================
8991

9092
.Storm

0 commit comments

Comments
 (0)