-
Notifications
You must be signed in to change notification settings - Fork 237
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
Simplify shim classloader logic [databricks] #3756
Simplify shim classloader logic [databricks] #3756
Conversation
- uprev spark320 breaking DiskManager changes - use the Serializer instance to find mutable classloader - make the the update logic oblivious to the executor/driver side Signed-off-by: Gera Shegalov <gera@apache.org>
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
07:52:27 [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_premerge-github-2928/sql-plugin/src/main/320/scala/org/apache/spark/rapids/shims/v2/storage/ShimDiskBlockManager.scala:29: too many arguments (3) for constructor DiskBlockManager: (conf: org.apache.spark.SparkConf, deleteFilesOnStop: Boolean)org.apache.spark.storage.DiskBlockManager |
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.
can you please update the description with what the issues were that this is fixing. I'm guessing the build env doesn't have the newer spark jars yet to pick up that change.
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
note the 3.2 deploy is running now so should be under an hour |
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
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.
LGTM, just had a minor nit that should be skipped if no other changes are made to this PR. The description of the PR is not clear on what this is solving (are we just simplifying or are we fixing an issue.. other than the DiskBlockManager
breaking change).
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
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.
Description still needs updating.
Signed-off-by: Gera Shegalov gera@apache.org