-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature: JDK 17 Upgrade Support Series - Spark modules/pipelines #356
Comments
Ran into a test issue with Spark needing to use an internal API that has been made inaccessible by default:
Resolved by exporting it in the surefire plugin |
spark/java support matrix shows 3.4.x supports java17 so docker images should be good - link |
There is a conflict with our jackson and spark dependencies |
Also updated the version of pyasn1 to the latest compatible version
356 update deprecated mda scala reference 356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom Also updated the version of pyasn1 to the latest compatible version
356 update deprecated mda scala reference 356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom Also updated the version of pyasn1 to the latest compatible version
356 update deprecated mda scala reference 356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom Also updated the version of pyasn1 to the latest compatible version
356 update deprecated mda scala reference 356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom Also updated the version of pyasn1 to the latest compatible version
356 update deprecated mda scala reference 356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom Also updated the version of pyasn1 to the latest compatible version #356 Create migration to update spark configs with version update
356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom 356 Create migration to update spark configs with version update
356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom 356 Create migration to update spark configs with version update
356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom 356 Create migration to update spark configs with version update
#356 Spark working with java17
#356 Correct foundation core pyproject imports
356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom 356 Create migration to update spark configs with version update
356 Update mavenUtils to be compatable with jdk17 356 Create aissemble compatible quarkus bom 356 Create migration to update spark configs with version update
#356 Correct foundation core pyproject imports
Test Steps passed. Ticket Resolved. |
Description
In #133 we modified the build-parent to use JDK 17. When building aiSSEMBLE with the updated build-parent, some modules do not build successfully. This is a series of ticket to fix broken modules. This issue will focus on the spark pipeline functionality
DOD
Test Strategy/Script
mvn clean install
and resolve all manual actions relating to sparktilt up
Test 2 - spark migration
mvn org.technologybrewery.baton:baton-maven-plugin:baton-migrate
References/Additional Context
None
The text was updated successfully, but these errors were encountered: