This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 8dbca76b5 BIGTOP-4463. Upgrade Spark to 3.5.6. (#1360)
8dbca76b5 is described below
commit 8dbca76b58c08c3559fd53e06348257f28edeedc
Author: Kengo Seki <[email protected]>
AuthorDate: Sat Jul 19 10:43:28 2025 +0900
BIGTOP-4463. Upgrade Spark to 3.5.6. (#1360)
(cherry picked from commit 734e142de1d64a4432faba5e244b09f64fcc4b5b)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index e25ce629c..ff535254c 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -222,7 +222,7 @@ bigtop {
* when upgrading spark version.
* See comments in [bigtop-packages/src/common/spark/install_spark.sh]
for details.
*/
- version { base = '3.5.3'; pkg = base; release = 1 }
+ version { base = '3.5.6'; pkg = base; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "$name-${version.base}.tgz" }
url { download_path = "/$name/$name-${version.base}"