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
commit 4a34226ec01a894fd96cc00c052d96e61673c60e Author: Masatake Iwasaki <[email protected]> AuthorDate: Wed Aug 2 00:42:56 2023 +0000 Preparing for release 3.2.1 --- CHANGES.txt | 2 ++ src/site/xdoc/release-notes.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 98590f89f..6483f408c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -38,7 +38,9 @@ Release Notes - Bigtop - Version 3.2.1 * [BIGTOP-3952] - Fix toolchain to download Maven from archive.apache.org instead of dlcdn.apache.org * [BIGTOP-3954] - Fix the version definition in bigtop.bom so that `./gradlew setversion` works * [BIGTOP-3956] - hadoop-deb FAILED on project hadoop-yarn-applications-catalog-webapp + * [BIGTOP-3961] - Fix version mismatch of hbase-client used by hadoop-yarn-server-timelineservice-hbase * [BIGTOP-3962] - Fix setup failure of Ant due to unresolved gpg public key + * [BIGTOP-3966] - Make hive 3.1.3 compatible with hadoop 3.3.5 * [BIGTOP-3970] - Fix build failure of Zeppelin due to missing grpc-java-1.26.0 on ppc64le diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml index 1bdd06191..9797b1fdc 100644 --- a/src/site/xdoc/release-notes.xml +++ b/src/site/xdoc/release-notes.xml @@ -60,8 +60,12 @@ </li> <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3956'>BIGTOP-3956</a>] - hadoop-deb FAILED on project hadoop-yarn-applications-catalog-webapp </li> +<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3961'>BIGTOP-3961</a>] - Fix version mismatch of hbase-client used by hadoop-yarn-server-timelineservice-hbase +</li> <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3962'>BIGTOP-3962</a>] - Fix setup failure of Ant due to unresolved gpg public key </li> +<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3966'>BIGTOP-3966</a>] - Make hive 3.1.3 compatible with hadoop 3.3.5 +</li> <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3970'>BIGTOP-3970</a>] - Fix build failure of Zeppelin due to missing grpc-java-1.26.0 on ppc64le </li> </ul>
