This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new c4393695 Changing version to 3.2.1
c4393695 is described below
commit c439369568d93d02572677c6cc54381253bc4bd4
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Jul 4 21:44:47 2023 +0000
Changing version to 3.2.1
---
bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml | 2 +-
.../src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml | 2 +-
bigtop-test-framework/pom.xml | 4 ++--
bigtop-tests/test-artifacts/fatjar/pom.xml | 4 ++--
bigtop-tests/test-artifacts/hadoop/pom.xml | 4 ++--
bigtop-tests/test-artifacts/hbase/pom.xml | 4 ++--
bigtop-tests/test-artifacts/hcatalog/pom.xml | 4 ++--
bigtop-tests/test-artifacts/httpfs/pom.xml | 4 ++--
bigtop-tests/test-artifacts/hue/pom.xml | 4 ++--
bigtop-tests/test-artifacts/longevity/pom.xml | 4 ++--
bigtop-tests/test-artifacts/oozie/pom.xml | 4 ++--
bigtop-tests/test-artifacts/package/pom.xml | 4 ++--
bigtop-tests/test-artifacts/phoenix/pom.xml | 4 ++--
bigtop-tests/test-artifacts/pom.xml | 4 ++--
bigtop-tests/test-artifacts/solr/pom.xml | 4 ++--
bigtop-tests/test-artifacts/spark/pom.xml | 4 ++--
bigtop-tests/test-execution/common/pom.xml | 4 ++--
bigtop-tests/test-execution/conf/pom.xml | 4 ++--
bigtop-tests/test-execution/integration/pom.xml | 4 ++--
bigtop-tests/test-execution/longevity/io/pom.xml | 4 ++--
bigtop-tests/test-execution/longevity/pom.xml | 4 ++--
bigtop-tests/test-execution/package/pom.xml | 4 ++--
bigtop-tests/test-execution/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/hadoop/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/hbase/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/hcatalog/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/httpfs/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/hue/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/oozie/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/phoenix/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/solr/pom.xml | 4 ++--
bigtop-tests/test-execution/smokes/spark/pom.xml | 4 ++--
bigtop.bom | 2 +-
build.gradle | 2 +-
pom.xml | 2 +-
provisioner/docker/config_centos-7.yaml | 2 +-
provisioner/docker/config_debian-10.yaml | 2 +-
provisioner/docker/config_debian-11.yaml | 2 +-
provisioner/docker/config_fedora-35.yaml | 2 +-
provisioner/docker/config_fedora-36.yaml | 2 +-
provisioner/docker/config_rockylinux-8.yaml | 2 +-
provisioner/docker/config_ubuntu-18.04.yaml | 2 +-
provisioner/docker/config_ubuntu-20.04.yaml | 2 +-
provisioner/docker/config_ubuntu-22.04.yaml | 2 +-
45 files changed, 76 insertions(+), 76 deletions(-)
diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
index 9d7715c8..247e172e 100644
--- a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
+++ b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop</groupId>
<artifactId>BigPetStore</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git
a/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
b/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
index b8a844d6..a514780f 100644
---
a/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
+++
b/bigtop-packages/src/common/bigtop-ambari-mpack/bgtp-ambari-mpack/src/main/resources/stacks/BGTP/1.0/repos/repoinfo.xml
@@ -18,7 +18,7 @@
<reposinfo>
<os family="redhat7">
<repo>
-
<baseurl>http://repos.bigtop.apache.org/releases/3.2.0/centos/7/$basearch</baseurl>
+
<baseurl>http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch</baseurl>
<repoid>BGTP-1.0</repoid>
<reponame>BGTP</reponame>
</repo>
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index b8f741a4..8cc30cee 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<name>iTest: system and integration testing in the cloud</name>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml
b/bigtop-tests/test-artifacts/fatjar/pom.xml
index c236ed34..265b0348 100644
--- a/bigtop-tests/test-artifacts/fatjar/pom.xml
+++ b/bigtop-tests/test-artifacts/fatjar/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>fat-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>fatjar</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml
b/bigtop-tests/test-artifacts/hadoop/pom.xml
index d3a18ff2..7b8aeddd 100644
--- a/bigtop-tests/test-artifacts/hadoop/pom.xml
+++ b/bigtop-tests/test-artifacts/hadoop/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoop-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>hadoopsmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml
b/bigtop-tests/test-artifacts/hbase/pom.xml
index 7316bfcb..565ac4ea 100644
--- a/bigtop-tests/test-artifacts/hbase/pom.xml
+++ b/bigtop-tests/test-artifacts/hbase/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbase-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>hbasesmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml
b/bigtop-tests/test-artifacts/hcatalog/pom.xml
index 4d64d9f1..c74b1519 100644
--- a/bigtop-tests/test-artifacts/hcatalog/pom.xml
+++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hcatalog-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>hcatalogsmoke</name>
<build>
diff --git a/bigtop-tests/test-artifacts/httpfs/pom.xml
b/bigtop-tests/test-artifacts/httpfs/pom.xml
index a6037471..72e24589 100644
--- a/bigtop-tests/test-artifacts/httpfs/pom.xml
+++ b/bigtop-tests/test-artifacts/httpfs/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>httpfs-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>httpfssmokes</name>
<build>
diff --git a/bigtop-tests/test-artifacts/hue/pom.xml
b/bigtop-tests/test-artifacts/hue/pom.xml
index efb7b12c..66891f61 100644
--- a/bigtop-tests/test-artifacts/hue/pom.xml
+++ b/bigtop-tests/test-artifacts/hue/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hue-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>huesmoke</name>
diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml
b/bigtop-tests/test-artifacts/longevity/pom.xml
index 351d158a..e422689b 100644
--- a/bigtop-tests/test-artifacts/longevity/pom.xml
+++ b/bigtop-tests/test-artifacts/longevity/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>io-longevity</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>io-longevity</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/oozie/pom.xml
b/bigtop-tests/test-artifacts/oozie/pom.xml
index 072042d9..94b383ea 100644
--- a/bigtop-tests/test-artifacts/oozie/pom.xml
+++ b/bigtop-tests/test-artifacts/oozie/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>oozie-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>ooziesmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/package/pom.xml
b/bigtop-tests/test-artifacts/package/pom.xml
index 0feaeef1..99457cc9 100644
--- a/bigtop-tests/test-artifacts/package/pom.xml
+++ b/bigtop-tests/test-artifacts/package/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>package-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>packagesmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml
b/bigtop-tests/test-artifacts/phoenix/pom.xml
index 11ca8aad..4fd8f17d 100644
--- a/bigtop-tests/test-artifacts/phoenix/pom.xml
+++ b/bigtop-tests/test-artifacts/phoenix/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>phoenix-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>phoenixsmoke</name>
diff --git a/bigtop-tests/test-artifacts/pom.xml
b/bigtop-tests/test-artifacts/pom.xml
index 851b51b1..3b35406c 100644
--- a/bigtop-tests/test-artifacts/pom.xml
+++ b/bigtop-tests/test-artifacts/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
<packaging>pom</packaging>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>bigtop-smokes</name>
diff --git a/bigtop-tests/test-artifacts/solr/pom.xml
b/bigtop-tests/test-artifacts/solr/pom.xml
index 5f759077..7e27d57c 100644
--- a/bigtop-tests/test-artifacts/solr/pom.xml
+++ b/bigtop-tests/test-artifacts/solr/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>solr-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>solrsmoke</name>
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml
b/bigtop-tests/test-artifacts/spark/pom.xml
index fc4acd9d..05a76e1a 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>spark-smoke</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>sparksmoke</name>
<repositories>
diff --git a/bigtop-tests/test-execution/common/pom.xml
b/bigtop-tests/test-execution/common/pom.xml
index 57324b23..8d101293 100644
--- a/bigtop-tests/test-execution/common/pom.xml
+++ b/bigtop-tests/test-execution/common/pom.xml
@@ -24,14 +24,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<packaging>pom</packaging>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>stacks-validation-common</name>
<properties>
diff --git a/bigtop-tests/test-execution/conf/pom.xml
b/bigtop-tests/test-execution/conf/pom.xml
index 39e6b8a5..3e9496b4 100644
--- a/bigtop-tests/test-execution/conf/pom.xml
+++ b/bigtop-tests/test-execution/conf/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>smoke-tests-conf</name>
<dependencies>
diff --git a/bigtop-tests/test-execution/integration/pom.xml
b/bigtop-tests/test-execution/integration/pom.xml
index 2e06aad4..4366a016 100644
--- a/bigtop-tests/test-execution/integration/pom.xml
+++ b/bigtop-tests/test-execution/integration/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>hadoop-stack-integration</name>
<properties>
diff --git a/bigtop-tests/test-execution/longevity/io/pom.xml
b/bigtop-tests/test-execution/longevity/io/pom.xml
index 8c1ae82c..218578b8 100644
--- a/bigtop-tests/test-execution/longevity/io/pom.xml
+++ b/bigtop-tests/test-execution/longevity/io/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>longevity-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>io</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>io-longevity-execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/longevity/pom.xml
b/bigtop-tests/test-execution/longevity/pom.xml
index fae9878c..09eec698 100644
--- a/bigtop-tests/test-execution/longevity/pom.xml
+++ b/bigtop-tests/test-execution/longevity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>longevity-tests</artifactId>
<packaging>pom</packaging>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>longevity</name>
<properties>
diff --git a/bigtop-tests/test-execution/package/pom.xml
b/bigtop-tests/test-execution/package/pom.xml
index 7222f8df..0a1859f7 100644
--- a/bigtop-tests/test-execution/package/pom.xml
+++ b/bigtop-tests/test-execution/package/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../smokes/pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>package-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>packagesmokes</name>
<properties>
diff --git a/bigtop-tests/test-execution/pom.xml
b/bigtop-tests/test-execution/pom.xml
index f6c3c6d6..ac836b0c 100644
--- a/bigtop-tests/test-execution/pom.xml
+++ b/bigtop-tests/test-execution/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-test-execution</artifactId>
<packaging>pom</packaging>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>bigtop-smokes</name>
<modules>
diff --git a/bigtop-tests/test-execution/smokes/hadoop/pom.xml
b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
index 3503de01..3f826b7c 100644
--- a/bigtop-tests/test-execution/smokes/hadoop/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoop-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Hadoop smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hbase/pom.xml
b/bigtop-tests/test-execution/smokes/hbase/pom.xml
index 94c4ea94..60c1e7f6 100644
--- a/bigtop-tests/test-execution/smokes/hbase/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hbase/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbase-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>HBase smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
index 3e3c2363..2e95cab0 100644
--- a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hcatalog-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>HCatalog smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/httpfs/pom.xml
b/bigtop-tests/test-execution/smokes/httpfs/pom.xml
index 8dbda930..2994ef83 100644
--- a/bigtop-tests/test-execution/smokes/httpfs/pom.xml
+++ b/bigtop-tests/test-execution/smokes/httpfs/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>httpfs-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Httpfs smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hue/pom.xml
b/bigtop-tests/test-execution/smokes/hue/pom.xml
index c80a601c..91122410 100644
--- a/bigtop-tests/test-execution/smokes/hue/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hue/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hue-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Hue smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/oozie/pom.xml
b/bigtop-tests/test-execution/smokes/oozie/pom.xml
index fe1656b0..20bea58b 100644
--- a/bigtop-tests/test-execution/smokes/oozie/pom.xml
+++ b/bigtop-tests/test-execution/smokes/oozie/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>oozie-smoke-test</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Oozie smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml
b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
index f5524e86..bdb3f3e6 100644
--- a/bigtop-tests/test-execution/smokes/phoenix/pom.xml
+++ b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>phoenix-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Phoenix smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/pom.xml
b/bigtop-tests/test-execution/smokes/pom.xml
index 7c6a7850..8b1821cb 100644
--- a/bigtop-tests/test-execution/smokes/pom.xml
+++ b/bigtop-tests/test-execution/smokes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<packaging>pom</packaging>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>hadoop-stack-validation</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/solr/pom.xml
b/bigtop-tests/test-execution/smokes/solr/pom.xml
index c512e4fc..e67eecb2 100644
--- a/bigtop-tests/test-execution/smokes/solr/pom.xml
+++ b/bigtop-tests/test-execution/smokes/solr/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>solr-smoke-test</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Solr smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml
b/bigtop-tests/test-execution/smokes/spark/pom.xml
index 268e584c..395bd3b5 100644
--- a/bigtop-tests/test-execution/smokes/spark/pom.xml
+++ b/bigtop-tests/test-execution/smokes/spark/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>spark-smoke-execution</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<name>Spark smoke test execution</name>
<properties>
diff --git a/bigtop.bom b/bigtop.bom
index 515d9a30..2332a97a 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -93,7 +93,7 @@
bigtop {
/** Base Configuration of the mirror and archives */
- version = "3.2.0-SNAPSHOT"
+ version = "3.2.1-SNAPSHOT"
base_version = version.takeWhile { it != '-' }
stack {
'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" );
version_base = version }
diff --git a/build.gradle b/build.gradle
index a19c5027..4f530a61 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ allprojects {
apply plugin: 'maven'
group = 'org.apache.bigtop'
- version = '3.2.0'
+ version = '3.2.1'
description = """Bigtop"""
diff --git a/pom.xml b/pom.xml
index 6bb0cbf5..e31f16a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1</version>
<packaging>pom</packaging>
<name>Bigtop</name>
diff --git a/provisioner/docker/config_centos-7.yaml
b/provisioner/docker/config_centos-7.yaml
index cf792baf..d4e6fefb 100644
--- a/provisioner/docker/config_centos-7.yaml
+++ b/provisioner/docker/config_centos-7.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-centos-7"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/centos/7/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_debian-10.yaml
b/provisioner/docker/config_debian-10.yaml
index 13899ccd..f028800a 100644
--- a/provisioner/docker/config_debian-10.yaml
+++ b/provisioner/docker/config_debian-10.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-debian-10"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/debian/10/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/debian/10/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_debian-11.yaml
b/provisioner/docker/config_debian-11.yaml
index 113dca67..b4c69744 100644
--- a/provisioner/docker/config_debian-11.yaml
+++ b/provisioner/docker/config_debian-11.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-debian-11"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/debian/11/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/debian/11/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-35.yaml
b/provisioner/docker/config_fedora-35.yaml
index 090bb31f..552de2fc 100644
--- a/provisioner/docker/config_fedora-35.yaml
+++ b/provisioner/docker/config_fedora-35.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-fedora-35"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/fedora/35/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/fedora/35/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-36.yaml
b/provisioner/docker/config_fedora-36.yaml
index d478be52..f8d9a477 100644
--- a/provisioner/docker/config_fedora-36.yaml
+++ b/provisioner/docker/config_fedora-36.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-fedora-36"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/fedora/36/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/fedora/36/$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
index 5dfba63b..d792d3ed 100644
--- a/provisioner/docker/config_rockylinux-8.yaml
+++ b/provisioner/docker/config_rockylinux-8.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-rockylinux-8"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/rockylinux/8/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/rockylinux/8/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_ubuntu-18.04.yaml
b/provisioner/docker/config_ubuntu-18.04.yaml
index 94b041b5..195707ac 100644
--- a/provisioner/docker/config_ubuntu-18.04.yaml
+++ b/provisioner/docker/config_ubuntu-18.04.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-ubuntu-18.04"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/ubuntu/18.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/ubuntu/18.04/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_ubuntu-20.04.yaml
b/provisioner/docker/config_ubuntu-20.04.yaml
index 0fb8a294..ec5a563a 100644
--- a/provisioner/docker/config_ubuntu-20.04.yaml
+++ b/provisioner/docker/config_ubuntu-20.04.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-ubuntu-20.04"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/ubuntu/20.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/ubuntu/20.04/$(ARCH)"
distro: debian
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
index 9ddc3c07..eade1571 100644
--- a/provisioner/docker/config_ubuntu-22.04.yaml
+++ b/provisioner/docker/config_ubuntu-22.04.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-ubuntu-22.04"
-repo: "http://repos.bigtop.apache.org/releases/3.2.0/ubuntu/22.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.2.1/ubuntu/22.04/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false