-
Notifications
You must be signed in to change notification settings - Fork 240
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
Implement per-shim parallel world jar classloader #3381
Implement per-shim parallel world jar classloader #3381
Conversation
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
build |
build |
val sparkConf = pluginContext.conf | ||
RapidsPluginUtils.fixupConfigs(sparkConf) | ||
val conf = new RapidsConf(sparkConf) | ||
if (conf.shimsProviderOverride.isDefined) { | ||
if (conf.shimsProviderOverride.isDefined) { // TODO test it, probably not working yet |
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.
Have you tested this yet?
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.
not yet
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.
actually hard to test before I can pull @tgravescs's change
sql-plugin/src/main/scala/com/nvidia/spark/rapids/SQLExecPlugin.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/com/nvidia/spark/rapids/ShimLoader.scala
Outdated
Show resolved
Hide resolved
I'm assuming you haven't tested on Databricks unless I'm out of date, I pulled this branch into my branch with dist packaging changes and it fails. I have fixed it on my branch if we want to wait but we should probably put this and that in close together. |
build |
...304/src/main/scala/com/nvidia/spark/rapids/shims/spark304/RapidsShuffleInternalManager.scala
Outdated
Show resolved
Hide resolved
build |
build |
Signed-off-by: Gera Shegalov gera@apache.org
Contributes to #3232. Use MutableURLClassLoader in conjunction with JarURLConnection JAR URLs to create "parallel worlds" for each shim in a single jar file.
Assumes a package layout consisting of three types of areas