beryllw commented on PR #6331: URL: https://github.com/apache/kyuubi/pull/6331#issuecomment-2106739485
> can you summarize your design/change on the PR description? I've been quite busy recently,, sorry for not replying in time. For now `ExecuteScala` use `spark.sharedState.jarClassLoader` to get the URLs for loading classes and resources, and then repl loaded.`SharedState` do not support isolated class loaded. SparkSession use `HiveSessionResourceLoader` to support isolated class loaded.So we can get the URLs for loading classes and resources by `client.clientLoader.classLoader.getURLs`. Spark 3.5 use `JobArtifactSet` to support add jar/resources to different path. We can use it to support add resources isolated.And then repl loaded isolated classes/resources from `HiveSessionResourceLoader`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
