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 5b6414ff0 Preparing for release 3.2.1
5b6414ff0 is described below
commit 5b6414ff0a6e7e98534b2f26fe1bc2bf60e6bca1
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Aug 3 10:51:34 2023 +0900
Preparing for release 3.2.1
---
CHANGES.txt | 1 +
src/site/xdoc/release-notes.xml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 6483f408c..e3691d767 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,7 @@ Release Notes - Bigtop - Version 3.2.1
* [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
+ * [BIGTOP-3972] - Fix startup failure of Oozie due to permission error on
reading ssl-client.xml
** Improvement
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 9797b1fdc..7676b71c1 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -68,6 +68,8 @@
</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>
+<li>[<a
href='https://issues.apache.org/jira/browse/BIGTOP-3972'>BIGTOP-3972</a>] -
Fix startup failure of Oozie due to permission error on reading
ssl-client.xml
+</li>
</ul>
<h2> Improvement