bigtop
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.
### Description of PR Add support smoke test: 1. docker compose yml file should add **version: "2"**, otherwise can't create the docker env to smoke test. 2. The bigtop-deploy/provisioner directories's...
### Description of PR Add support for alluxio component libjnifues3.so and libjnifuse.so need the version of glibc is 2.2.5, which is old version not in ARM openEuler. The file of...
### Description of PR Add support for ycsb component, ycsb.spec support python2, but openEuler using the python3. ### How was this patch tested? ### For code changes: - [ ]...
redhat-rpm-config should be instead of openEuler-rpm-config in openEuler ### Description of PR redhat-rpm-config should be instead of openEuler-rpm-config in openEuler ### How was this patch tested? ### For code changes:...
### Description of PR ### How was this patch tested? build hadoop and hbase before and after the change. After the change user defined MAVEN_OPTS was used and build was...
https://issues.apache.org/jira/browse/BIGTOP-3928 `./gradlew hive-pkg` fails due to unresolved dependency on javax.el. ``` [ERROR] Failed to execute goal on project hive-hbase-handler: Could not resolve dependencies for project org.apache.hive:hive-hbase-handler:jar:3.1.3: Failed to collect dependencies...
### Description of PR Add ZSTD codec compiled to hadoop native library by default. ### How was this patch tested? ### For code changes: - [x] Does the title or...
### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id...
### Description of PR Fix typo in wrapper scripts for Hive. ### How was this patch tested? Manually tested ### For code changes: - [x] Does the title or this...
### Description of PR ### How was this patch tested? `. /etc/profile.d/bigtop.sh; ./gradlew bigtop-select-clean bigtop-select-pkg` It has been successfully tested on debian-10(x86_64), debian-11(x86_64), ubuntu-20.04(x86_64), and ubuntu-22.04(x86_64). ### For code changes:...