This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 9575908e61b3a64ccc95d267b03def06a30dc86c Author: Masatake Iwasaki <[email protected]> AuthorDate: Wed Jul 16 19:04:34 2025 +0900 Changing version to 3.5.0 --- provisioner/docker/config.yaml | 2 +- provisioner/docker/config_debian-11.yaml | 24 ------------------------ provisioner/docker/config_debian-12.yaml | 4 ++-- provisioner/docker/config_fedora-40.yaml | 4 ++-- provisioner/docker/config_openeuler-22.03.yaml | 4 ++-- provisioner/docker/config_rockylinux-8.yaml | 24 ------------------------ provisioner/docker/config_rockylinux-9.yaml | 4 ++-- provisioner/docker/config_ubuntu-22.04.yaml | 24 ------------------------ provisioner/docker/config_ubuntu-24.04.yaml | 4 ++-- 9 files changed, 11 insertions(+), 83 deletions(-) diff --git a/provisioner/docker/config.yaml b/provisioner/docker/config.yaml index 435820d6b..9ff7bfa73 120000 --- a/provisioner/docker/config.yaml +++ b/provisioner/docker/config.yaml @@ -1 +1 @@ -config_ubuntu-22.04.yaml \ No newline at end of file +config_ubuntu-24.04.yaml \ No newline at end of file diff --git a/provisioner/docker/config_debian-11.yaml b/provisioner/docker/config_debian-11.yaml deleted file mode 100644 index fb3fae100..000000000 --- a/provisioner/docker/config_debian-11.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-debian-11" - -repo: "http://repos.bigtop.apache.org/releases/3.3.0/debian/11/$(ARCH)" -distro: debian -components: [hdfs, yarn, mapreduce] -enable_local_repo: false -smoke_test_components: [hdfs, yarn, mapreduce] diff --git a/provisioner/docker/config_debian-12.yaml b/provisioner/docker/config_debian-12.yaml index 5388dc4b5..be7b760c0 100644 --- a/provisioner/docker/config_debian-12.yaml +++ b/provisioner/docker/config_debian-12.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-debian-12" + image: "bigtop/puppet:3.5.0-debian-12" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/debian/12/$(ARCH)" +repo: "http://repos.bigtop.apache.org/releases/3.5.0/debian/12/$(ARCH)" distro: debian components: [hdfs, yarn, mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_fedora-40.yaml b/provisioner/docker/config_fedora-40.yaml index 1efe73c73..311e97746 100644 --- a/provisioner/docker/config_fedora-40.yaml +++ b/provisioner/docker/config_fedora-40.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-fedora-40" + image: "bigtop/puppet:3.5.0-fedora-40" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/fedora/40/$basearch" +repo: "http://repos.bigtop.apache.org/releases/3.5.0/fedora/40/$basearch" distro: centos components: [hdfs, yarn, mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_openeuler-22.03.yaml b/provisioner/docker/config_openeuler-22.03.yaml index 5d27bf7b1..0bac9bfb8 100644 --- a/provisioner/docker/config_openeuler-22.03.yaml +++ b/provisioner/docker/config_openeuler-22.03.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-openeuler-22.03" + image: "bigtop/puppet:3.5.0-openeuler-22.03" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/openEuler/22.03/$basearch" +repo: "http://repos.bigtop.apache.org/releases/3.5.0/openEuler/22.03/$basearch" distro: centos components: [hdfs ,yarn ,mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_rockylinux-8.yaml b/provisioner/docker/config_rockylinux-8.yaml deleted file mode 100644 index 3646782f1..000000000 --- a/provisioner/docker/config_rockylinux-8.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-rockylinux-8" - -repo: "http://repos.bigtop.apache.org/releases/3.3.0/rockylinux/8/$basearch" -distro: centos -components: [hdfs, yarn, mapreduce] -enable_local_repo: false -smoke_test_components: [hdfs, yarn, mapreduce] diff --git a/provisioner/docker/config_rockylinux-9.yaml b/provisioner/docker/config_rockylinux-9.yaml index ebc98d241..4312f05b4 100644 --- a/provisioner/docker/config_rockylinux-9.yaml +++ b/provisioner/docker/config_rockylinux-9.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-rockylinux-9" + image: "bigtop/puppet:3.5.0-rockylinux-9" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/rockylinux/9/$basearch" +repo: "http://repos.bigtop.apache.org/releases/3.5.0/rockylinux/9/$basearch" distro: centos components: [hdfs, yarn, mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_ubuntu-22.04.yaml b/provisioner/docker/config_ubuntu-22.04.yaml deleted file mode 100644 index 7a019dcbe..000000000 --- a/provisioner/docker/config_ubuntu-22.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-22.04" - -repo: "http://repos.bigtop.apache.org/releases/3.3.0/ubuntu/22.04/$(ARCH)" -distro: debian -components: [hdfs, yarn, mapreduce] -enable_local_repo: false -smoke_test_components: [hdfs, yarn, mapreduce] diff --git a/provisioner/docker/config_ubuntu-24.04.yaml b/provisioner/docker/config_ubuntu-24.04.yaml index 8bec05ee2..d1ac48136 100644 --- a/provisioner/docker/config_ubuntu-24.04.yaml +++ b/provisioner/docker/config_ubuntu-24.04.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-ubuntu-24.04" + image: "bigtop/puppet:3.5.0-ubuntu-24.04" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/ubuntu/24.04/$(ARCH)" +repo: "http://repos.bigtop.apache.org/releases/3.5.0/ubuntu/24.04/$(ARCH)" distro: debian components: [hdfs, yarn, mapreduce] enable_local_repo: false
