RANGER-4746: Fix ranger-jdk11 build profile #301
Merged
kumaab merged 2 commits intoapache:masterfrom Mar 22, 2024
Merged
Conversation
Contributor
Author
|
Verified that all tests pass with : |
spolavarpau1
approved these changes
Mar 22, 2024
mneethiraj
pushed a commit
that referenced
this pull request
Jun 20, 2024
(cherry picked from commit a1dc832)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
The ranger profile
ranger-jdk11has been added to build trino with jdk 11 as currently trino plugin is the only plugin to have a compile time dependency on jdk 11. However, it currently builds the full ranger repo. The PR aims to fix this. When modules have a jdk 11 requirement they can be added to this profile.How was this patch tested?
mvn clean package -DskipTests -P ranger-jdk11cp target/ranger-admin.tar.gz dev-support/ranger-docker/distcp target/ranger-trino-plugin.tar.gz dev-support/ranger-docker/dist/cd dev-support/ranger-dockerdocker-compose -f docker-compose.ranger.yml -f docker-compose.ranger-postgres.yml -f docker-compose.ranger-trino.yml builddocker-compose -f docker-compose.ranger.yml -f docker-compose.ranger-postgres.yml up -ddocker-compose -f docker-compose.ranger.yml -f docker-compose.ranger-postgres.yml -f docker-compose.ranger-trino.yml up -d