huangxiaopingRD commented on code in PR #44990:
URL: https://github.com/apache/spark/pull/44990#discussion_r1475488791
##########
core/src/main/scala/org/apache/spark/executor/Executor.scala:
##########
@@ -1050,7 +1050,11 @@ private[spark] class Executor(
// Bootstrap the list of jars with the user class path.
val now = System.currentTimeMillis()
userClassPath.foreach { url =>
- currentJars(url.getPath().split("/").last) = now
Review Comment:
You are right, there is something wrong with my previous description.
However, when `spark.executor.extraClassPath` is set to an empty string and the
current directory is the root directory, an exception will occur because Spark
does not verify whether spark.executor.extraClassPath is empty.
--
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]