HyukjinKwon commented on code in PR #44990:
URL: https://github.com/apache/spark/pull/44990#discussion_r1475485829


##########
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:
   This isn't related to starting at the root or not. Setting 
`spark.executor.extraClassPath` matters.



-- 
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]

Reply via email to