spark-dependencies
spark-dependencies copied to clipboard
Bump Elasticsearch spark version to 8.2.3
Current version of elasticsearch-spark-20 jar is using a 7.x version and doesn't want to work with Elasticsearch 8.x.
Which problem is this PR solving?
- Resolves #125
Short description of the changes
- Bumping version of jar to make it also work with 8.x versions.
and doesn't want to work with Elasticsearch 8.x.
If this issue is resolving ES8 compatibility then there should be e2e test for ES 8 e.g. https://github.com/jaegertracing/spark-dependencies/blob/main/.github/workflows/ci.yaml#L25
I've added a test for es8.
But I'm not sure at all it'll work with es 5.6.9
which is the default version...
But I'm not sure at all it'll work with es 5.6.9 which is the default version...
We should find out. Are you using Jaeger with ES8 https://github.com/jaegertracing/jaeger/issues/3571?
@sylvainOL, what is the state of this change, can we say prod backend ES 8 is ok after this if you run it?
Any update on this?
Hello, it doesn't seems to work sorry :(
does spark jobs work with opensearch?
up