gengliangwang commented on code in PR #46724:
URL: https://github.com/apache/spark/pull/46724#discussion_r1617722832


##########
core/src/main/scala/org/apache/spark/executor/Executor.scala:
##########
@@ -1078,8 +1086,9 @@ private[spark] class Executor(
 
   private def createClassLoader(urls: Array[URL], useStub: Boolean): 
MutableURLClassLoader = {
     logInfo(
-      s"Starting executor with user classpath (userClassPathFirst = 
$userClassPathFirst): " +
-      urls.mkString("'", ",", "'")
+      log"Starting executor with user classpath" +
+        log" (userClassPathFirst = ${LogMDC(CLASS_PATH, userClassPathFirst)}): 
" +

Review Comment:
   userClassPathFirst is a boolean



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