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 e04744e61 BIGTOP-4272. Upgrade Alluxio to 2.9.6. (#1306)
e04744e61 is described below
commit e04744e614e5c7e446a438cdb74eaec316256ac8
Author: Kengo Seki <[email protected]>
AuthorDate: Sat Nov 23 00:34:10 2024 +0900
BIGTOP-4272. Upgrade Alluxio to 2.9.6. (#1306)
---
bigtop-deploy/puppet/modules/alluxio/manifests/init.pp | 1 +
bigtop.bom | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/bigtop-deploy/puppet/modules/alluxio/manifests/init.pp
b/bigtop-deploy/puppet/modules/alluxio/manifests/init.pp
index 7d4491751..5f3cd9de7 100644
--- a/bigtop-deploy/puppet/modules/alluxio/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/alluxio/manifests/init.pp
@@ -64,6 +64,7 @@ class alluxio {
hasrestart => true,
hasstatus => true,
}
+ Exec<| title == "init hdfs" |> -> Service["alluxio-master"]
}
}
diff --git a/bigtop.bom b/bigtop.bom
index b07a1fc7b..fd2974922 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -293,7 +293,7 @@ bigtop {
pkg = "alluxio"
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
relNotes = "Alluxio: a memory-centric distributed file system"
- version { base = '2.9.3'; pkg = base; release = 1 }
+ version { base = '2.9.6'; pkg = base; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "v${version.base}.tar.gz" }
url { site = "https://github.com/Alluxio/alluxio/archive"