We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When switching from the default profile to the spark-4.0 profile (and the jdk-17) profile, I ran into various issues with building and running tests.
I plan on writing up some documentation on how to do this. Here are some brief notes.
make release PROFILES="-Pspark-4.0 -Pscala-2.13"
-XX:+IgnoreUnrecognizedVMOptions --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.cs=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED --add-opens=java.base/sun.util.calendar=ALL-UNNAMED -Djdk.reflect.useDirectMethodHandle=false
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the problem the feature request solves?
When switching from the default profile to the spark-4.0 profile (and the jdk-17) profile, I ran into various issues with building and running tests.
I plan on writing up some documentation on how to do this. Here are some brief notes.
make release PROFILES="-Pspark-4.0 -Pscala-2.13"
Describe the potential solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: