[HUDI-6091] Add Java 11 and 17 to bundle validation#8481
Merged
yihua merged 5 commits intoapache:masterfrom Apr 21, 2023
Merged
[HUDI-6091] Add Java 11 and 17 to bundle validation#8481yihua merged 5 commits intoapache:masterfrom
yihua merged 5 commits intoapache:masterfrom
Conversation
65f9692 to
ff65d74
Compare
ff65d74 to
632fbc2
Compare
1a7bd62 to
9c3a908
Compare
xushiyan
approved these changes
Apr 20, 2023
| * under the License. | ||
| --> | ||
|
|
||
| # Bundle Validation for Hudi |
Collaborator
Contributor
Author
|
Flink IT failed due to flakiness, which is irrelevant to this PR. |
yihua
added a commit
to yihua/hudi
that referenced
this pull request
May 15, 2023
This commit adds the support of running bundle validation with Spark on Java 11 and 17 runtime in Github Actions.
yihua
added a commit
to yihua/hudi
that referenced
this pull request
May 15, 2023
This commit adds the support of running bundle validation with Spark on Java 11 and 17 runtime in Github Actions.
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.
Change Logs
This PR adds the support of running bundle validation with Spark on Java 11 and 17 runtime in Github Actions. The following changes are made.
Dockerfilefor buildingapachehudi/hudi-ci-bundle-validation-basetobase/and revises it to installopenjdk11andopenjdk17;hudi-ci-bundle-validation-base) for the following tags:flink1136hive313spark313,flink1146hive313spark323,flink1153hive313spark331(the images have been pushed to DockerHub);base-dev/Dockerfilefor faster development locally;validate.shscript to allow running bundle validation on specified Java runtime (Java 11/17), by changingJAVA_HOMEto the corresponding version;ci_run.shto pass in specified Java runtime version;validate-bundlesin.github/workflows/bot.ymlto run bundle validation on Java 11 (Spark 3.1, 3.2, and 3.3) and 17 (Spark 3.3).Impact
Certifies that Hudi bundles with Spark run on Java 11 and 17 runtime without any issues.
Risk level
none
Documentation Update
Adds
README.mdfor building and uploading bundle image.Contributor's checklist