This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 734e142de BIGTOP-4463. Upgrade Spark to 3.5.6. (#1360)
734e142de is described below
commit 734e142de1d64a4432faba5e244b09f64fcc4b5b
Author: Kengo Seki <[email protected]>
AuthorDate: Sat Jul 19 10:43:28 2025 +0900
BIGTOP-4463. Upgrade Spark to 3.5.6. (#1360)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 56534756e..32b693614 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}"