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

[bigtop] branch branch-3.2 updated: Bigtop 3.2.0 release.

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

guyuqi 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 70fdaf8c9  Bigtop 3.2.0 release.
70fdaf8c9 is described below

commit 70fdaf8c9511378a4cbefd82e5e5780a6674a0c7
Author: Richael Zhuang <ri...@arm.com>
AuthorDate: Thu Dec 29 18:04:17 2022 +0800

     Bigtop 3.2.0 release.
---
 CHANGES.txt | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 118 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 0195a4d2d..d19ee732c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,124 @@
 
 Bigtop Changelog
 
-* Release 3.2.0 (2022-12-08)
+* Release 3.2.0 (2022-12-29)
+
+Release Notes - Bigtop - Version 3.2.0
+
+** Sub-task
+    * [BIGTOP-2971] - rpm packaging for Ranger
+    * [BIGTOP-3438] - Upgrade protobuf-2.5.0 to 3.7.1 for Hadoop-3.3.0
+    * [BIGTOP-3692] - upgrade flink version to 1.15.0
+    * [BIGTOP-3696] - Bump Alluxio to 2.8.0
+    * [BIGTOP-3697] - Bump HBase to 2.4.12
+    * [BIGTOP-3698] - Bump Hive to 3.1.3
+    * [BIGTOP-3699] - Bump Spark to 3.2.1
+    * [BIGTOP-3700] - Bump Zeppelin to 0.10.1
+    * [BIGTOP-3701] - Remove deprecated Hadoop fs-image file after uninstalling HDFS-namenode
+    * [BIGTOP-3706] - Bump Hadoop to 3.3.3
+    * [BIGTOP-3716] - Rename the Yarn/MapReduce historyserver PID file
+    * [BIGTOP-3717] - Update MapReduce service configuration in Mpack
+    * [BIGTOP-3718] - Fix MapReduce2 service-check in Amabri Mpack
+    * [BIGTOP-3719] - Decouple Mpack HDFS services from Ambari Core
+    * [BIGTOP-3741] - Add Flink support for Bigtop 3.1.0 Mpack
+    * [BIGTOP-3753] - Bump Solr to 8.11.2
+    * [BIGTOP-3755] - Bump HBase to 2.4.13
+    * [BIGTOP-3763] - Fix Hive build issues about protobuf 2.5.0 on Arm64 and PPC64le
+    * [BIGTOP-3765] - Remove cmake conditional for Hadoop rpm spec
+    * [BIGTOP-3770] - Remove Sqoop from Bigtop stack
+    * [BIGTOP-3771] - Fix failure of sqlline.py bundled with Phoenix
+    * [BIGTOP-3775] - Failed to build Phoenix on Arm64/powerpc64le
+    * [BIGTOP-3795] - Add parameter to configure parent directory for RPM packages
+    * [BIGTOP-3796] - Support parent directory configuration for Zookeeper rpm build script
+    * [BIGTOP-3797] - Support parent directory configuration for Kafka rpm build script
+    * [BIGTOP-3798] - Support parent directory configuration for Zeppelin rpm build script
+    * [BIGTOP-3799] - Support parent directory configuration for Hive rpm build script
+    * [BIGTOP-3804] - Add quicklinks for HDFS/YARN/MapReduce
+    * [BIGTOP-3805] - Support parent directory configuration for Spark rpm build script
+    * [BIGTOP-3806] - Support parent directory configuration for Flink rpm build script
+    * [BIGTOP-3820] - Upgrade Ranger to 2.3.0
+    * [BIGTOP-3821] - Support parent directory configuration for Hadoop rpm build script
+    * [BIGTOP-3823] - Support parent directory configuration for HBase rpm build script
+    * [BIGTOP-3825] - Support parent directory configuration for Solr rpm build script
+    * [BIGTOP-3826] - Support parent directory configuration for Tez rpm build script
+    * [BIGTOP-3831] - Introduce bigtop-select rpm package to Bigtop
+    * [BIGTOP-3839] - Rename bin file bigtop-select to distro-select on rpm package
+    * [BIGTOP-3845] - Add the command to create the '/usr/bigtop' folder in the bigtop-select rpm package
+    * [BIGTOP-3847] - Set bigtop-select to be consistent with -PparentDir
+    * [BIGTOP-3849] - Support parent directory configuration for Ranger rpm build script
+    * [BIGTOP-3851] - Fix fail to start Namenode because of bigtop-select
+    * [BIGTOP-3856] - Add hive-hcat-client in distro-select
+    * [BIGTOP-3857] - Support parent directory default configuration for Hadoop rpm
+    * [BIGTOP-3861] - Support parent directory default configuration for Hbase rpm
+    * [BIGTOP-3872] - Adjust Ambari-2.7.5 dependency to fix the deployment issues of Ambari metrics
+    * [BIGTOP-3874] - Bump Flink to 1.15.3
+    * [BIGTOP-3887] - Fix Phoenix smoke-test is failed
+    * [BIGTOP-3891] - Fix build issues of Spark  in Debian11/Ubuntu22 packaging 
+    * [BIGTOP-3893] - Fix Hadoop3.3.4 build issues on ppc64le
+    * [BIGTOP-3895] - Use OSS version of Grafana for Ambari Metrics
+
+** Bug
+    * [BIGTOP-3685] - make docker-provisioner to be used both in docker-compose v1 and v2
+    * [BIGTOP-3694] - Fix Oozie build errors
+    * [BIGTOP-3707] - Update latest repo url for Provisioner docker yamls
+    * [BIGTOP-3708] - Fix build failure of Hive against Hadoop 3.3.3
+    * [BIGTOP-3709] - Bring protobuf 2.5.0 back for building HBase on aarch64 and ppc64le
+    * [BIGTOP-3710] - Fix build failure of HBase on aarch64 due to error in check-aggregate-license
+    * [BIGTOP-3712] - Kafka smoke test failed with Zookeeper built with maven
+    * [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-3737] - Fix build failure of Sqoop due to unresolved dependency on javax.activation-api
+    * [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
+    * [BIGTOP-3758] - Fix build failure of Tez against Hadoop 3.3
+    * [BIGTOP-3761] - Fix bigtop_toolchain to enable EPEL before downloading packages
+    * [BIGTOP-3762] - Building Spark fails on master due to StackOverflowError
+    * [BIGTOP-3769] - Building Sqoop fails due to dependency download failure
+    * [BIGTOP-3776] - spark-thriftserver should work without external hive-metastore
+    * [BIGTOP-3787] - Add docs in Phoenix .deb package
+    * [BIGTOP-3790] - Tez didn't create symlink for conf dir like other components
+    * [BIGTOP-3803] - Fix Hive3.1.3 Metastore service compatible issue with Hadoop3.3.x when kerberos enabled
+    * [BIGTOP-3809] - Tez deb package build fails after add conf symlink
+    * [BIGTOP-3810] - Hadoop build scripts use wrong home configuration for user httpfs
+    * [BIGTOP-3813] - Incompatible guava & commons-lang3 Versions in Oozie Sharelib
+    * [BIGTOP-3814] - Deploying Spark ThriftServer fails because it's launched too early
+    * [BIGTOP-3815] - Fix failure of installing hadoop-httpfs deb due to chagen of httpfs home dir
+    * [BIGTOP-3828] - Docker network resource continues to remain when use docker provisioner.
+    * [BIGTOP-3842] - Fix failure of deb packaging of  Hadoop
+    * [BIGTOP-3854] - Hadoop Smoke test failed in openEuler
+    * [BIGTOP-3858] - Invalid repository URL is set in rockylinux8 config
+    * [BIGTOP-3868] - Docker provisioner fails when it is executed from gradle
+
+** Improvement
+    * [BIGTOP-3623] - dh_strip_nondeterminism spends too much time on deb packaging
+    * [BIGTOP-3669] - Use maven instead of ant to build ZooKeeper
+    * [BIGTOP-3687] - Add kubernetes client jar to Spark package
+    * [BIGTOP-3689] - Upgrade Mpack services stack to Bigtop 3.2
+    * [BIGTOP-3693] - Support Docker Compose V2
+    * [BIGTOP-3711] - Add read/write smoke tests for Kafka
+    * [BIGTOP-3715] - Add TestWebHDFS to smoke-tests
+    * [BIGTOP-3744] - Puppet Deploy Hive on Tez add Resource Resizing Configs
+    * [BIGTOP-3748] - Upgrade Bigtop components for 3.2-release
+    * [BIGTOP-3754] - Add Ubuntu 22.04 support
+    * [BIGTOP-3756] - Add Fedora 36 support
+    * [BIGTOP-3767] - Add Spark Thrift Server Puppet Deploy Code
+    * [BIGTOP-3768] - Add Spark User Hdfs Folder for Deploy Spark Thrift Server
+    * [BIGTOP-3774] - Drop Docker Sandbox and Vagrant Provisioner
+    * [BIGTOP-3801] - Add maven cache volume for docker provisioner
+    * [BIGTOP-3808] - Add Phoenix support for Bigtop 3.1.0 Mpack
+    * [BIGTOP-3818] - Phoenix Don't Requre Hadoop and Zookeeper Installed
+    * [BIGTOP-3819] - Adding Puppet Recipes for Apache Phoenix
+    * [BIGTOP-3827] - Skip dh_strip_nondeterminism for HBase, Phoenix and Zeppelin
+    * [BIGTOP-3840] - Enable short circuit local read in HDFS deployment by default
+    * [BIGTOP-3852] - Add Java 11 to bigtop-toolchain to use it in docker container during packaging
+    * [BIGTOP-3892] - Fix build scripts so that we can define components which only supports deb or rpm
+
+** Task
+    * [BIGTOP-3742] - Add tez.tar.gz tarball in tez.rpm
+    * [BIGTOP-3759] - Remove ELK from Bigtop 3.2.0 stack
+
 
 * Release 3.1.1 (2022-08-07)