bigtop icon indicating copy to clipboard operation
bigtop copied to clipboard

Bigtop is an Apache Foundation project for Infrastructure Engineers and Data Scientists looking for comprehensive packaging, testing, and configuration of the leading open source big data components.

Results 209 bigtop issues
Sort by recently updated
recently updated
newest added

### Description of PR Add Spark History Server Smoke Test ### How was this patch tested? We can use docker-hadoop.sh to test it 1. modify the config_centos-7.yaml as following example...

### Description of PR In the minimal Python code of phoenix 5.1.3, there is a handling for Python that allows it to support both Python 3 and Python 2. Therefore,...

### Description of PR Added python3 support in bigtop-select ### How was this patch tested? Applied changes on already installed ambari hadoop cluster executed below commands, all got executed successfully...

### Description of PR Currently, Hive3 has some issues, especially following memory leak related issues, which have been blocked the usage of hive in production environment due to frequently OOM....

…e hive service ### Description of PR Excluding log dependencies corresponding to hbase in the hive service before: ![image](https://github.com/apache/bigtop/assets/53458004/e433e1c7-c70e-4b7c-8489-884fc66d7ae2) after: ![image](https://github.com/apache/bigtop/assets/53458004/73dbe4bc-467e-474c-be37-550595ebff97) ### How was this patch tested? Launch hive CLI...

[BIGTOP-3989](https://issues.apache.org/jira/browse/BIGTOP-3989) Upgrade hbase version to 2.5.3 https://apache.osuosl.org/phoenix/ https://archive.apache.org/dist/phoenix/ https://apache.osuosl.org/hbase/ https://archive.apache.org/dist/hbase/ 'hbase' { name = 'hbase' rpm_pkg_suffix = "" + bigtop.base_version.replace(".", "") relNotes = 'Apache HBase' version { base = '2.4.13';...

### Description of PR Missing distcp packets for hdfs in hive can cause errors when loading data due to missing packets ### How was this patch tested? ### For code...

[BIGTOP-4004](https://issues.apache.org/jira/browse/BIGTOP-4004) Issue Following the recent upstream fixes in Apache Ambari, the monkey patch that was previously applied is now deemed redundant. The patch was initially implemented as a temporary solution...

### Description of PR Append suffix to phoenix rpm package name ### How was this patch tested? 1 Run './gradlew phoenix-clean phoenix-pkg -PparentDir=/usr/bigtop -PpkgSuffix ' 2 rpm -qpi build/phoenix/rpm/RPMS/noarch/phoenix_3_3_0-5.1.2-1.el7.noarch.rpm ```...

### Description of PR Upgade spark rpm packages for pyspark requires python3, according to the [spark doc](https://spark.apache.org/docs/3.2.3/api/python/getting_started/install.html). ### How was this patch tested? ```bash ./docker-hadoop.sh \ -d \ -dcp\ --create...