This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 4050f1b36 BIGTOP-4529. Upgrade Spark to 3.5.8. (#1389)
4050f1b36 is described below
commit 4050f1b367e5b4e5a0d66f056884be34f8e4d27c
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 13:27:55 2026 +0900
BIGTOP-4529. Upgrade Spark to 3.5.8. (#1389)
(cherry picked from commit 7008e2fbdad4a61c4a54e7a15749a2051485e8f0)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 5637f8002..f59e59cfb 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.6'; pkg = base; release = 1 }
+ version { base = '3.5.8'; pkg = base; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "$name-${version.base}.tgz" }
url { download_path = "/$name/$name-${version.base}"