JiaLiangC opened a new pull request, #1318:
URL: https://github.com/apache/bigtop/pull/1318
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
upgrade ranger to 2.5.0
The Ranger plugin does not support Kafka 3, and including Kafka 3 will cause
compilation failures. Kafka 3 has its own permission/authorization system, so
the Kafka plugin compilation has been removed.
### How was this patch tested?
build successfully in rocky-8
. /etc/profile.d/bigtop.sh;./gradlew ranger-clean ranger-pkg
-PbuildThreads=2C repo

smote test run successfully on rocky-8
./docker-hadoop.sh -d -dcp -C config_rockylinux-8.yaml -F
docker-compose-cgroupv2.yml -r file:///bigtop-home/output -L -G -k
bigtop-utils,ranger -s ranger -c 1

build successfully in debian-11

smote test run successfully on debian-11
./docker-hadoop.sh -d -dcp -C config_debian-11.yaml -F
docker-compose-cgroupv2.yml -r file:///bigtop-home/output -L -G -k
bigtop-utils,ranger -s ranger -c 1

### For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [ ] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]