-
Notifications
You must be signed in to change notification settings - Fork 992
Deprecate Spark 2.x #2305
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
Deprecate Spark 2.x #2305
Conversation
|
||
==== Spark 2.x support is deprecated | ||
|
||
Spark 2.x is no longer maintained. Spark 3 are still supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spark 3 is still supported
sc.parallelize(rawCore, 1).saveToEs(target) | ||
val qjson = | ||
"""{"query":{"range":{"colint":{"from":null,"to":"9","include_lower":true,"include_upper":true}}}}""" | ||
"""{"query":{"range":{"colint":{"lte":"9"}}}}""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this was some change in range query syntax in Elasticsearch, not related to deprecation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly, this is to fix the broken test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(cherry picked from commit e4af476)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Apache Spark 2.x has reached end of support since 2021, we are deprecating Spark 2.x in 8.18. Support for it will be removed in 9.0. This change will be backported to 8.x branch.