Skip to content
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

[WIP] ShimLoader.updateSparkClassLoader fails with openjdk Java11 #5356

Closed
wants to merge 1 commit into from

Conversation

ekrivokonmapr
Copy link

This PR is opened to fix one of the JDK11 support issue: #3851

java.lang.NoSuchMethodException: No such method: addURL() on object: jdk.internal.loader.ClassLoaders$AppClassLoader
at org.apache.commons.lang3.reflect.MethodUtils.invokeMethod(MethodUtils.java:231)
at org.apache.commons.lang3.reflect.MethodUtils.invokeMethod(MethodUtils.java:184)
at com.nvidia.spark.rapids.ShimLoader$.$anonfun$updateSparkClassLoader$3(ShimLoader.scala:216)

Also, deprecated new Integer(_) was replaced.

@jlowe
Copy link
Member

jlowe commented Apr 28, 2022

Thanks for the contribution, @ekrivokonmapr! Couple of high-level things that need to be addressed:

  • The PR needs to target the default branch, branch-22.06, as that is where we are actively developing for the next release, 22.06.
  • The PR needs a signoff on at least one commit per the contributing guide

@sameerz sameerz added the bug Something isn't working label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants