diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md index 2a86982d8..82dbadfd4 100644 --- a/docs/release-notes/breaking-changes.md +++ b/docs/release-notes/breaking-changes.md @@ -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. -% :::: \ No newline at end of file +% :::: +## 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. +:::: \ No newline at end of file