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 54487e1b5 BIGTOP-3979. Drop ubuntu-20.04 support (#1222)
54487e1b5 is described below
commit 54487e1b50736e94095f13bb10ae8b3fb3bb867b
Author: Peng Lee <[email protected]>
AuthorDate: Tue Dec 26 12:37:22 2023 +0800
BIGTOP-3979. Drop ubuntu-20.04 support (#1222)
---
README.md | 4 ++--
bigtop_toolchain/bin/puppetize.sh | 2 +-
provisioner/docker/config_ubuntu-20.04.yaml | 24 ------------------------
3 files changed, 3 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
index 1a8e54fda..65f0de9ce 100644
--- a/README.md
+++ b/README.md
@@ -195,10 +195,10 @@ __On all systems, Building Apache Bigtop requires certain
set of tools__
environment configured and cached. All currently supported OSes could be
pulled
from official Bigtop repository at
https://hub.docker.com/r/bigtop/slaves/tags/
- To build a component (bigtop-groovy) for a particular OS (ubuntu-20.04) you
can
+ To build a component (bigtop-groovy) for a particular OS (ubuntu-22.04) you
can
run the following from a clone of Bigtop workspace (assuming your system has
Docker engine setup and working)
- ```docker run --rm -u jenkins:jenkins -v `pwd`:/ws --workdir /ws
bigtop/slaves:trunk-ubuntu-20.04
+ ```docker run --rm -u jenkins:jenkins -v `pwd`:/ws --workdir /ws
bigtop/slaves:trunk-ubuntu-22.04
bash -l -c './gradlew allclean ; ./gradlew bigtop-groovy-pkg'```
For Developers: Building and modifying the web site
diff --git a/bigtop_toolchain/bin/puppetize.sh
b/bigtop_toolchain/bin/puppetize.sh
index 3c495f884..8227737e5 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -30,7 +30,7 @@ case ${ID}-${VERSION_ID} in
# So we install that module in the same way as CentOS 7.
puppet module install puppetlabs-stdlib --version 4.12.0
;;
- ubuntu-18.04|ubuntu-20.04|ubuntu-22.04)
+ ubuntu-18.04|ubuntu-22.04)
apt-get update
apt-get -y install wget curl sudo unzip puppet
software-properties-common puppet-module-puppetlabs-apt
puppet-module-puppetlabs-stdlib systemd-sysv
;;
diff --git a/provisioner/docker/config_ubuntu-20.04.yaml
b/provisioner/docker/config_ubuntu-20.04.yaml
deleted file mode 100644
index ec5a563ab..000000000
--- a/provisioner/docker/config_ubuntu-20.04.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-docker:
- memory_limit: "4g"
- image: "bigtop/puppet:trunk-ubuntu-20.04"
-
-repo: "http://repos.bigtop.apache.org/releases/3.2.1/ubuntu/20.04/$(ARCH)"
-distro: debian
-components: [hdfs, yarn, mapreduce]
-enable_local_repo: false
-smoke_test_components: [hdfs, yarn, mapreduce]