Skip to content

Commit

Permalink
Add Apache Spark 3.5.5 news and update download page (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun authored Feb 27, 2025
1 parent 09eecfa commit 51599af
Show file tree
Hide file tree
Showing 262 changed files with 1,354 additions and 761 deletions.
1 change: 1 addition & 0 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ navigation:
<p>Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:</p>

<ul>
<li><a href="{{site.baseurl}}/docs/3.5.5/">Spark 3.5.5</a></li>
<li><a href="{{site.baseurl}}/docs/3.5.4/">Spark 3.5.4</a></li>
<li><a href="{{site.baseurl}}/docs/3.5.3/">Spark 3.5.3</a></li>
<li><a href="{{site.baseurl}}/docs/3.5.2/">Spark 3.5.2</a></li>
Expand Down
2 changes: 1 addition & 1 deletion downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Spark artifacts are [hosted in Maven Central](https://search.maven.org/search?q=

groupId: org.apache.spark
artifactId: spark-core_2.12
version: 3.5.4
version: 3.5.5

### Installing with PyPi
<a href="https://pypi.org/project/pyspark/">PySpark</a> is now available in pypi. To install just run `pip install pyspark`.
Expand Down
2 changes: 1 addition & 1 deletion js/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var hadoop3pscala213 = {pretty: "Pre-built for Apache Hadoop 3.3 and later (Scal
// 3.4.0+
var packagesV14 = [hadoop3p, hadoop3pscala213, hadoopFree, sources];

addRelease("3.5.4", new Date("12/20/2024"), packagesV14, true);
addRelease("3.5.5", new Date("02/27/2025"), packagesV14, true);
addRelease("3.4.4", new Date("10/27/2024"), packagesV14, true);

function append(el, contents) {
Expand Down
14 changes: 14 additions & 0 deletions news/_posts/2025-02-27-spark-3-5-5-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: Spark 3.5.5 released
categories:
- News
tags: []
status: publish
type: post
published: true
meta:
_edit_last: '4'
_wpas_done_all: '1'
---
We are happy to announce the availability of <a href="{{site.baseurl}}/releases/spark-release-3-5-5.html" title="Spark Release 3.5.5">Spark 3.5.5</a>! Visit the <a href="{{site.baseurl}}/releases/spark-release-3-5-5.html" title="Spark Release 3.5.5">release notes</a> to read about the new features, or <a href="{{site.baseurl}}/downloads.html">download</a> the release today.
57 changes: 57 additions & 0 deletions releases/_posts/2025-02-27-spark-release-3-5-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: post
title: Spark Release 3.5.5
categories: []
tags: []
status: publish
type: post
published: true
meta:
_edit_last: '4'
_wpas_done_all: '1'
---

Spark 3.5.5 is the fourth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

### Notable changes

- [[SPARK-45013]](https://issues.apache.org/jira/browse/SPARK-45013): Flaky Test with NPE: track allocated resources by taskId
- [[SPARK-48899]](https://issues.apache.org/jira/browse/SPARK-48899): Fix `ENV` key value format in K8s Dockerfiles
- [[SPARK-50091]](https://issues.apache.org/jira/browse/SPARK-50091): Query fails when aggregate expression is in left-hand operand of IN-subquery
- [[SPARK-50624]](https://issues.apache.org/jira/browse/SPARK-50624): Add TimestampNTZType to ColumnarRow/MutableColumnarRow
- [[SPARK-50769]](https://issues.apache.org/jira/browse/SPARK-50769): ClassCastException in HistogramNumeric
- [[SPARK-50784]](https://issues.apache.org/jira/browse/SPARK-50784): Fix `lint-scala` not to ignore `scalastyle` errors
- [[SPARK-50797]](https://issues.apache.org/jira/browse/SPARK-50797): Move `HiveCharVarcharTestSuite` from `o/a/s/sql` to `o/a/s/sql/hive`
- [[SPARK-50853]](https://issues.apache.org/jira/browse/SPARK-50853): Close temp shuffle file writable channel
- [[SPARK-50870]](https://issues.apache.org/jira/browse/SPARK-50870): DataSourceV2 relations may contain unresolved cast expressions after materializing current_timestamp()
- [[SPARK-50890]](https://issues.apache.org/jira/browse/SPARK-50890): Skip test_take in Spark Connect only build
- [[SPARK-50946]](https://issues.apache.org/jira/browse/SPARK-50946): When using Java version 17.0.14, the `SPARK-35907: createDirectory` test in UtilsSuite will fail.
- [[SPARK-50984]](https://issues.apache.org/jira/browse/SPARK-50984): Make `ExpressionImplUtilsSuite` robust by matching JDK msgs via regex
- [[SPARK-50987]](https://issues.apache.org/jira/browse/SPARK-50987): Make `spark-connect-overview.md`'s version strings up-to-date
- [[SPARK-50998]](https://issues.apache.org/jira/browse/SPARK-50998): Fix `spark.kubernetes.configMap.maxSize` default value in docs
- [[SPARK-51027]](https://issues.apache.org/jira/browse/SPARK-51027): Prevent `HiveClient.runSqlHive` invocation in non-testing environment
- [[SPARK-51033]](https://issues.apache.org/jira/browse/SPARK-51033): Fix `CryptoStreamUtilsSuite` to use `sameElements` for array comparision
- [[SPARK-51039]](https://issues.apache.org/jira/browse/SPARK-51039): Fix `hive-llap-common` dependency to use `hive.llap.scope` in root `pom.xml`
- [[SPARK-51042]](https://issues.apache.org/jira/browse/SPARK-51042): Read and write CalendarIntervals using one call to get/putLong consistently
- [[SPARK-51061]](https://issues.apache.org/jira/browse/SPARK-51061): Hide `Jetty` info in REST Submission API
- [[SPARK-51071]](https://issues.apache.org/jira/browse/SPARK-51071): Upgrade `upload-artifact` to v4 to recover branch-3.5 CI
- [[SPARK-51093]](https://issues.apache.org/jira/browse/SPARK-51093): Fix minor endianness issues in tests
- [[SPARK-51104]](https://issues.apache.org/jira/browse/SPARK-51104): Use self-host javascript and CSS in Spark website
- [[SPARK-51128]](https://issues.apache.org/jira/browse/SPARK-51128): Self host docsearch.min.css.map
- [[SPARK-51129]](https://issues.apache.org/jira/browse/SPARK-51129): Fix code tab switching in Spark Website
- [[SPARK-51157]](https://issues.apache.org/jira/browse/SPARK-51157): Add missing @varargs Scala annotation for scala functon APIs
- [[SPARK-51164]](https://issues.apache.org/jira/browse/SPARK-51164): Fix `CallerContext` test by enabling `hadoop.caller.context.enabled`
- [[SPARK-51173]](https://issues.apache.org/jira/browse/SPARK-51173): Add `configName` Scalastyle rule
- [[SPARK-51185]](https://issues.apache.org/jira/browse/SPARK-51185): Revert simplifications to PartitionedFileUtil API due to increased risk of OOM
- [[SPARK-51187]](https://issues.apache.org/jira/browse/SPARK-51187): Implement the graceful deprecation of incorrect config introduced in SPARK-49699
- [[SPARK-51219]](https://issues.apache.org/jira/browse/SPARK-51219): Catalog.listTables fails on temp table when non-V2SessionCatalog is in use
- [[SPARK-51244]](https://issues.apache.org/jira/browse/SPARK-51244): Upgrade left Github Action image from `ubuntu-20.04` to `ubuntu-22.04` and solved the `TPCDSQueryBenchmark` compatibility issue

### Dependency changes

While being a maintenance release we did still upgrade some dependencies in this release they are:
- [[SPARK-50886]](https://issues.apache.org/jira/browse/SPARK-50886): Upgrade Avro to 1.11.4

You can consult JIRA for the [detailed changes](https://s.apache.org/spark-3.5.5).

We would like to acknowledge all community members for contributing patches to this release.
6 changes: 3 additions & 3 deletions site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ <h2 id="oops">Oops!</h2>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -187,9 +190,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/committers.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ <h3>Policy on backporting bug fixes</h3>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -726,9 +729,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ <h3>Powered by</h3>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -387,9 +390,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,9 @@ <h2>Code of conduct</h2>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -730,9 +733,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/developer-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,9 @@ <h2>Generative tooling usage</h2>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -716,9 +719,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/docs/latest
7 changes: 4 additions & 3 deletions site/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ <h2><span class="text-capitalize">Apache Spark<span class="tm">&trade;</span></s
<p>Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:</p>

<ul>
<li><a href="/docs/3.5.5/">Spark 3.5.5</a></li>
<li><a href="/docs/3.5.4/">Spark 3.5.4</a></li>
<li><a href="/docs/3.5.3/">Spark 3.5.3</a></li>
<li><a href="/docs/3.5.2/">Spark 3.5.2</a></li>
Expand Down Expand Up @@ -381,6 +382,9 @@ <h3>Research Papers</h3>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -390,9 +394,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions site/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h3 id="link-with-spark">Link with Spark</h3>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>groupId: org.apache.spark
artifactId: spark-core_2.12
version: 3.5.4
version: 3.5.5
</code></pre></div></div>

<h3 id="installing-with-pypi">Installing with PyPi</h3>
Expand Down Expand Up @@ -218,6 +218,9 @@ <h3 id="archived-releases">Archived releases</h3>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -227,9 +230,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/error-message-guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ <h4 id="wording-guide">Wording guide</h4>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -564,9 +567,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,9 @@ <h2>Additional examples</h2>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -512,9 +515,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ <h2><span class="text-capitalize">Apache Spark<span class="tm">&trade;</span></s
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -234,9 +237,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/graphx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ <h3>Getting started</h3>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -279,9 +282,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ <h2><span class="text-capitalize">Apache Spark<span class="tm">&trade;</span></s
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -188,9 +191,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/improvement-proposals.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ <h4>Implementing an SPIP</h4>
<h5>Latest News</h5>
<ul class="list-unstyled">

<li><a href="/news/spark-3-5-5-released.html">Spark 3.5.5 released</a>
<span class="small">(Feb 27, 2025)</span></li>

<li><a href="/news/spark-3-5-4-released.html">Spark 3.5.4 released</a>
<span class="small">(Dec 20, 2024)</span></li>

Expand All @@ -260,9 +263,6 @@ <h5>Latest News</h5>
<li><a href="/news/spark-4.0.0-preview2.html">Preview release of Spark 4.0</a>
<span class="small">(Sep 26, 2024)</span></li>

<li><a href="/news/spark-3-5-3-released.html">Spark 3.5.3 released</a>
<span class="small">(Sep 24, 2024)</span></li>

</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/js/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var hadoop3pscala213 = {pretty: "Pre-built for Apache Hadoop 3.3 and later (Scal
// 3.4.0+
var packagesV14 = [hadoop3p, hadoop3pscala213, hadoopFree, sources];

addRelease("3.5.4", new Date("12/20/2024"), packagesV14, true);
addRelease("3.5.5", new Date("02/27/2025"), packagesV14, true);
addRelease("3.4.4", new Date("10/27/2024"), packagesV14, true);

function append(el, contents) {
Expand Down
Loading

0 comments on commit 51599af

Please sign in to comment.