BIGTOP-4298: Upgrade Ranger to 2.5.0 #1318
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: