You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/08/07 07:16:07 UTC

[bigtop] branch master updated: Bigtop 3.1.1 release

This is an automated email from the ASF dual-hosted git repository.

sekikn 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 24571f4c Bigtop 3.1.1 release
24571f4c is described below

commit 24571f4c8983cc7766c84f6e7661e9349c457fb2
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Aug 7 16:15:25 2022 +0900

    Bigtop 3.1.1 release
---
 CHANGES.txt                     | 36 +++++++++++++++++++++--
 src/site/xdoc/release-notes.xml | 64 +++++++++++++++++++++++++++++++++++++++--
 2 files changed, 96 insertions(+), 4 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index e418a5c0..bd203baa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,7 +17,32 @@ Bigtop Changelog
 
 * Release 3.2.0-SNAPSHOT (unreleased)
 
-* Release 3.1.0 (2022-04-26)
+* Release 3.1.1 (2022-08-07)
+
+Release Notes - Bigtop - Version 3.1.1
+
+** Bug
+    * [BIGTOP-3712] - Kafka smoke test failed with Zookeeper built with maven
+    * [BIGTOP-3714] - Fix error of DataNode httpserver due to conflicting dependency on Netty in branch-3.1
+    * [BIGTOP-3724] - Increment the release number of ZooKeeper and Kafka
+    * [BIGTOP-3725] - Puppet 3 is removed from EPEL for CentOS 7
+    * [BIGTOP-3733] - Building Logstash fails on Rocky 8
+    * [BIGTOP-3735] - Sqoop bin script doesn't work on Bigtop-3.1.0
+    * [BIGTOP-3747] - Zeppelin RPM package is missing notebookrepo-filesystem-0.10.0.jar
+    * [BIGTOP-3751] - Fix build failure of Zeppelin due to dependency convergence error
+
+** New Feature
+    * [BIGTOP-3736] - Bump Hadoop to 3.2.4 in branch-3.1
+
+** Improvement
+    * [BIGTOP-3669] - Use maven instead of ant to build ZooKeeper
+    * [BIGTOP-3715] - Add TestWebHDFS to smoke-tests
+
+** Task
+    * [BIGTOP-3742] - Add tez.tar.gz tarball in tez.rpm
+
+
+* Release 3.1.0 (2022-05-21)
 
 Release Notes - Bigtop - Version 3.1.0
 
@@ -60,6 +85,12 @@ Release Notes - Bigtop - Version 3.1.0
     * [BIGTOP-3666] - Replace the Docker provisioner config for CentOS 8 with Rocky 8
     * [BIGTOP-3671] - Add a patch for CVE-2021-22569 to bigtop_toolchain
     * [BIGTOP-3672] - Unable build bigtop-puppet/bigtop-slaves images
+    * [BIGTOP-3675] - Building Tez fails due to broken dependency
+    * [BIGTOP-3676] - Building Ambari for Debian 11 on ppc64le fails due to missing python
+    * [BIGTOP-3677] - Building HBase for CentOS 7 on arm64 and ppc64le fails due to missing libraries
+    * [BIGTOP-3678] - Building Zeppelin fails due to dependency convergence error
+    * [BIGTOP-3679] - Building Phoenix for CentOS 7 fails on aarch64
+    * [BIGTOP-3680] - HBase smoke test fails on ppc64le
 
 ** New Feature
     * [BIGTOP-3600] - Add support for Debian 11 Bullseye
@@ -81,16 +112,17 @@ Release Notes - Bigtop - Version 3.1.0
     * [BIGTOP-3645] - Upgrade fedora version example in gradle task description
     * [BIGTOP-3646] - Upgrade Geode and TableStore SDK version for YCSB
     * [BIGTOP-3648] - Change download site to dlcdn.apache.org for installing Ant and Maven
+    * [BIGTOP-3650] - Modernize deb packages
     * [BIGTOP-3658] - Add Fedora 35 support and drop 33
 
 ** Task
-    * [BIGTOP-3586] - Upgrade Bigtop-ambari-mpack to support Ambari 2.7.5 and Hadoop3.x in BIGTOP-3.0 release
     * [BIGTOP-3590] - Hbase smoke tests failed on Ubuntu 20.04
     * [BIGTOP-3591] - Upgrading Bigtop-Mpack services deploying scripts aligned to Ambari-2.7.5
     * [BIGTOP-3592] - Remove Ambari stack-select tool dependency from stack hooks
     * [BIGTOP-3593] - Fix Bigtop Solr check Rat Issues
     * [BIGTOP-3605] - Define Bigtop 3.1 release BOM
     * [BIGTOP-3654] - Building Hadoop fails on ppc64le
+    * [BIGTOP-3684] - Fix RAT issues in Bigtop source tree
 
 
 * Release 3.0.1 (2022-04-11)
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 21926fc6..3d469ee6 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -17,6 +17,52 @@
 		<section name="Bigtop Project Release Notes">
 			<!-- Paste release notes from https://issues.apache.org/jira/browse/BIGTOP here. -->
 
+        <h3>Release Notes - Bigtop - Version 3.1.1</h3>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3712'>BIGTOP-3712</a>] -         Kafka smoke test failed with Zookeeper built with maven
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3714'>BIGTOP-3714</a>] -         Fix error of DataNode httpserver due to conflicting dependency on Netty in branch-3.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3724'>BIGTOP-3724</a>] -         Increment the release number of ZooKeeper and Kafka
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3725'>BIGTOP-3725</a>] -         Puppet 3 is removed from EPEL for CentOS 7
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3733'>BIGTOP-3733</a>] -         Building Logstash fails on Rocky 8
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3735'>BIGTOP-3735</a>] -         Sqoop bin script doesn&#39;t work on Bigtop-3.1.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3747'>BIGTOP-3747</a>] -         Zeppelin RPM package is missing notebookrepo-filesystem-0.10.0.jar
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3751'>BIGTOP-3751</a>] -         Fix build failure of Zeppelin due to dependency convergence error
+</li>
+</ul>
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3736'>BIGTOP-3736</a>] -         Bump Hadoop to 3.2.4 in branch-3.1
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3669'>BIGTOP-3669</a>] -         Use maven instead of ant to build ZooKeeper
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3715'>BIGTOP-3715</a>] -         Add TestWebHDFS to smoke-tests
+</li>
+</ul>
+
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3742'>BIGTOP-3742</a>] -         Add tez.tar.gz tarball in tez.rpm
+</li>
+</ul>
+
         <h3>Release Notes - Bigtop - Version 3.1.0</h3>
 
 <h2>        Sub-task
@@ -99,6 +145,18 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3672'>BIGTOP-3672</a>] -         Unable build bigtop-puppet/bigtop-slaves images
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3675'>BIGTOP-3675</a>] -         Building Tez fails due to broken dependency
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3676'>BIGTOP-3676</a>] -         Building Ambari for Debian 11 on ppc64le fails due to missing python
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3677'>BIGTOP-3677</a>] -         Building HBase for CentOS 7 on arm64 and ppc64le fails due to missing libraries
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3678'>BIGTOP-3678</a>] -         Building Zeppelin fails due to dependency convergence error
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3679'>BIGTOP-3679</a>] -         Building Phoenix for CentOS 7 fails on aarch64
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3680'>BIGTOP-3680</a>] -         HBase smoke test fails on ppc64le
+</li>
 </ul>
 
 <h2>        New Feature
@@ -143,6 +201,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3648'>BIGTOP-3648</a>] -         Change download site to dlcdn.apache.org for installing Ant and Maven
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3650'>BIGTOP-3650</a>] -         Modernize deb packages
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3658'>BIGTOP-3658</a>] -         Add Fedora 35 support and drop 33
 </li>
 </ul>
@@ -150,8 +210,6 @@
 <h2>        Task
 </h2>
 <ul>
-<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3586'>BIGTOP-3586</a>] -         Upgrade Bigtop-ambari-mpack to support Ambari 2.7.5 and Hadoop3.x in BIGTOP-3.0 release
-</li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3590'>BIGTOP-3590</a>] -         Hbase smoke tests failed on Ubuntu 20.04
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3591'>BIGTOP-3591</a>] -         Upgrading Bigtop-Mpack services deploying scripts aligned to Ambari-2.7.5
@@ -164,6 +222,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3654'>BIGTOP-3654</a>] -         Building Hadoop fails on ppc64le
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3684'>BIGTOP-3684</a>] -         Fix RAT issues in Bigtop source tree
+</li>
 </ul>
 
         <h3>Release Notes - Bigtop - Version 3.0.1</h3>