Skip to content

[DOCS] Add 9.0.0 release notes #2373

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

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ Breaking changes can impact your Elastic applications, potentially disrupting no
% For more information, check [PR #](PR link).
% **Impact**<br> Impact of the breaking change.
% **Action**<br> Steps for mitigating deprecation impact.
% ::::
% ::::
## 9.0.0 [elasticsearch-hadoop-900-breaking-changes]
::::{dropdown} Spark 2.x is no longer supported in 9.0+
Development for Apache Spark's 2.x version line has concluded. As such, we have removed support for this version in the Spark connector in 9.0. Spark 3.x is now the default supported version of Spark.
For more information, check [#2316](https://github.com/elastic/elasticsearch-hadoop/pull/2316).
**Impact**<br> Deployments on Spark 2.x are no longer supported and will need to be updated.
**Action**<br> Any integrations using the Spark connector on a version of Spark before 3.x should update their version of Spark to a compatible version before upgrading Elasticsearch for Apache Hadoop/Spark.
::::