-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Elasticsearch spark version to 8.2.3 #126
Conversation
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 |
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 <[email protected]>
I've added a test for es8. But I'm not sure at all it'll work with es |
We should find out. Are you using Jaeger with ES8 jaegertracing/jaeger#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, |
does spark jobs work with opensearch? |
up |
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?
Short description of the changes