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/03/28 00:43:30 UTC

[bigtop] branch branch-3.0 updated (b9f1e49 -> b525568)

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

sekikn pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git.


    from b9f1e49  BIGTOP-3656. Ambari Mpack fixes for debian/ubuntu (#852)
     new 44c3ee7  BIGTOP-3639 (addendum). Alluxio build fails on ppc64le. (#877)
     new b525568  Bigtop 3.0.1 release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        | 44 +++++++++++
 .../src/common/alluxio/do-component-build          |  2 +-
 src/site/xdoc/release-notes.xml                    | 89 ++++++++++++++++++++++
 3 files changed, 134 insertions(+), 1 deletion(-)

[bigtop] 02/02: Bigtop 3.0.1 release

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit b5255680abb8db9ba74475e1caa9cf998e8feb10
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Mar 28 09:42:21 2022 +0900

    Bigtop 3.0.1 release
---
 CHANGES.txt                     | 44 ++++++++++++++++++++
 src/site/xdoc/release-notes.xml | 89 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 133 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index ed5c3af..d7f7095 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,6 +15,50 @@
 
 Bigtop Changelog
 
+Release Notes - Bigtop - Version 3.0.1
+
+** Sub-task
+    * [BIGTOP-3649] - Nexus local mirror functionality doesn't work in CI build
+
+** Bug
+    * [BIGTOP-3589] - Fix build failure of Alluxio caused by buildnumber-maven-plugin
+    * [BIGTOP-3595] - The webui module is missing in the RPM package and failed to create the alluxio user
+    * [BIGTOP-3607] - Change the ambari metric repo to fix build error
+    * [BIGTOP-3609] - Update ca-certificates for CentOS 7
+    * [BIGTOP-3614] - Docker provisioner fails to start a cluster on Debian 10/11 images
+    * [BIGTOP-3634] - enable_local_repo doesn't work for CentOS because of priority
+    * [BIGTOP-3639] - build failure of Alluxio  ppc64le
+    * [BIGTOP-3647] - Change RPM repository for CentOS 8 to Vault Mirror
+    * [BIGTOP-3652] - Add the python-is-python2 package to the toolchain for Ubuntu 20.04
+    * [BIGTOP-3653] - Building Kibana fails due to the npm error
+    * [BIGTOP-3655] - Cluster deployment via Ambari fails on CentOS due to the lack of execute permission
+    * [BIGTOP-3656] - Fix Mpack's build and deployment problems on Ubuntu
+
+** New Feature
+    * [BIGTOP-3600] - Add support for Debian 11 Bullseye
+    * [BIGTOP-3637] - Add Rocky Linux 8 support
+
+** Improvement
+    * [BIGTOP-3615] - Upgrade log4j2 of Hive 3.1.2 to 2.16.0
+    * [BIGTOP-3616] - Bump Flink to 1.11.6
+    * [BIGTOP-3618] - Bump Solr to 8.11.1
+    * [BIGTOP-3624] - Bump Alluxio's log4j dependencies to 2.17.0
+    * [BIGTOP-3626] - Patch log4j version of ycsb
+    * [BIGTOP-3632] - Bump elasticsearch's log4j dependencies to 2.17.0
+    * [BIGTOP-3635] - Bump logstash's log4j dependencies to 2.17.0
+    * [BIGTOP-3640] - Upgrade hive's log4j2 version to 2.17.1 for Bigtop 3.0.x
+    * [BIGTOP-3642] - Upgrade log4j to 2.17.1 on all components
+    * [BIGTOP-3646] - Upgrade Geode and TableStore SDK version for YCSB
+    * [BIGTOP-3648] - Change download site to dlcdn.apache.org for installing Ant and Maven
+
+** Task
+    * [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-3654] - Building Hadoop fails on ppc64le
+
+
 * Release 3.0.0 (2021-10-15)
 
 Release Notes - Bigtop - Version 3.0.0
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 8167649..9d91858 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -17,6 +17,95 @@
 		<section name="Bigtop Project Release Notes">
 			<!-- Paste release notes from https://issues.apache.org/jira/browse/BIGTOP here. -->
 
+        <h3>Release Notes - Bigtop - Version 3.0.1</h3>
+
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3649'>BIGTOP-3649</a>] -         Nexus local mirror functionality doesn&#39;t work in CI build
+</li>
+</ul>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3589'>BIGTOP-3589</a>] -         Fix build failure of Alluxio caused by buildnumber-maven-plugin
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3595'>BIGTOP-3595</a>] -         The webui module is missing in the RPM package and failed to create the alluxio user
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3607'>BIGTOP-3607</a>] -         Change the ambari metric repo to fix build error
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3609'>BIGTOP-3609</a>] -         Update ca-certificates for CentOS 7
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3614'>BIGTOP-3614</a>] -         Docker provisioner fails to start a cluster on Debian 10/11 images
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3634'>BIGTOP-3634</a>] -         enable_local_repo doesn&#39;t work for CentOS because of priority
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3639'>BIGTOP-3639</a>] -         build failure of Alluxio  ppc64le
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3647'>BIGTOP-3647</a>] -         Change RPM repository for CentOS 8 to Vault Mirror
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3652'>BIGTOP-3652</a>] -         Add the python-is-python2 package to the toolchain for Ubuntu 20.04
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3653'>BIGTOP-3653</a>] -         Building Kibana fails due to the npm error
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3655'>BIGTOP-3655</a>] -         Cluster deployment via Ambari fails on CentOS due to the lack of execute permission
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3656'>BIGTOP-3656</a>] -         Fix Mpack&#39;s build and deployment problems on Ubuntu
+</li>
+</ul>
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3600'>BIGTOP-3600</a>] -         Add support for Debian 11 Bullseye
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3637'>BIGTOP-3637</a>] -         Add Rocky Linux 8 support
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3615'>BIGTOP-3615</a>] -         Upgrade log4j2 of Hive 3.1.2 to 2.16.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3616'>BIGTOP-3616</a>] -         Bump Flink to 1.11.6
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3618'>BIGTOP-3618</a>] -         Bump Solr to 8.11.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3624'>BIGTOP-3624</a>] -         Bump Alluxio&#39;s log4j dependencies to 2.17.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3626'>BIGTOP-3626</a>] -         Patch log4j version of ycsb
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3632'>BIGTOP-3632</a>] -         Bump elasticsearch&#39;s log4j dependencies to 2.17.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3635'>BIGTOP-3635</a>] -         Bump logstash&#39;s log4j dependencies to 2.17.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3640'>BIGTOP-3640</a>] -         Upgrade hive&#39;s log4j2 version to 2.17.1 for Bigtop 3.0.x
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3642'>BIGTOP-3642</a>] -         Upgrade log4j to 2.17.1 on all components
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3646'>BIGTOP-3646</a>] -         Upgrade Geode and TableStore SDK version for YCSB
+</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>
+</ul>
+
+<h2>        Task
+</h2>
+<ul>
+<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
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3592'>BIGTOP-3592</a>] -         Remove Ambari stack-select tool dependency from stack hooks
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3593'>BIGTOP-3593</a>] -         Fix Bigtop Solr check Rat Issues
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3654'>BIGTOP-3654</a>] -         Building Hadoop fails on ppc64le
+</li>
+</ul>
+
         <h3>Release Notes - Bigtop - Version 3.0.0</h3>
 
 <h2>        Sub-task

[bigtop] 01/02: BIGTOP-3639 (addendum). Alluxio build fails on ppc64le. (#877)

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit 44c3ee744446fd69866ed8503ae1b0bcd6ef53ba
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Mar 28 09:39:17 2022 +0900

    BIGTOP-3639 (addendum). Alluxio build fails on ppc64le. (#877)
    
    (cherry picked from commit 6094ff896a74030b60ba5ce436b582d2de16bbdb)
---
 bigtop-packages/src/common/alluxio/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/alluxio/do-component-build b/bigtop-packages/src/common/alluxio/do-component-build
index 359626e..79e60ef 100644
--- a/bigtop-packages/src/common/alluxio/do-component-build
+++ b/bigtop-packages/src/common/alluxio/do-component-build
@@ -19,7 +19,7 @@ set -ex
 . `dirname $0`/bigtop.bom
 
 if [ $HOSTTYPE = "powerpc64le" ] ; then
-  mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.28.0 -Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/src/grpc-java-1.28.0/compiler/build/exe/java_plugin/protoc-gen-grpc-java
+  mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java -Dversion=1.28.0 -Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/usr/src/grpc-java-1.28.0/compiler/build/exe/java_plugin/protoc-gen-grpc-java "$@"
 
   sed -i "s|<nodeVersion>v10.11.0</nodeVersion>|<nodeVersion>v12.22.1</nodeVersion>|" webui/pom.xml
   sed -i "s|<npmVersion>6.4.1</npmVersion>|<npmVersion>6.14.7</npmVersion>|" webui/pom.xml