Skip to content

Commit

Permalink
Bump Elasticsearch spark version to 8.2.3
Browse files Browse the repository at this point in the history
Current version of elasticsearch-spark-20 jar is using a 7.x version and
doesn't want to work with Elasticsearch 8.x.
Bumping version of jar to make it also work with 8.x versions.

Signed-off-by: Sylvain Desbureaux <37377804+sylvainOL@users.noreply.github.com>
  • Loading branch information
sylvainOL committed Jun 28, 2022
1 parent 0eb64c4 commit e2de907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaeger-spark-dependencies-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-spark-20_${version.scala.binary}</artifactId>
<version>7.13.4</version>
<version>8.2.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e2de907

Please sign in to comment.