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 7008e2fbd BIGTOP-4529. Upgrade Spark to 3.5.8. (#1389)
7008e2fbd is described below
commit 7008e2fbdad4a61c4a54e7a15749a2051485e8f0
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 13:27:55 2026 +0900
BIGTOP-4529. Upgrade Spark to 3.5.8. (#1389)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index f1701607c..dbd1b6830 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}"