-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-4827] Rebase Azure Image on Ubuntu 22.04 - xbean fix - hudi-spark_2.11 #7506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
azure-pipelines.yml
Outdated
|
|
||
| pool: | ||
| vmImage: 'ubuntu-18.04' | ||
| vmImage: 'ubuntu-20.04' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not 22 actually (as title claims)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in latest commit.
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <configuration> | ||
| <source>1.8</source> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Should we propagate this configs to every module?
Let's also parameterize actual version so it's easier to change from the main pom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes were not useful in fixing the issue. Removed it from the latest commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This configuration has already been defined in the base pom.
| <scope>test</scope> | ||
| </dependency> | ||
|
|
||
| <dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a comment elaborating on why we need this setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added comment in latest commit.
|
I have also created another PR for fixing this issue. In this PR I have tried updating the version of scalatest-maven-plugin from 1.0 to 2.2.0. #7521 |
Change Logs
Upgrade ubuntu image version in azure-pipelines.yml from 18.04 to 22.04.
Impact
NA
Risk level (write none, low medium or high below)
none
Documentation Update
NA
Contributor's checklist