panbingkun commented on code in PR #46130:
URL: https://github.com/apache/spark/pull/46130#discussion_r1574563160
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientUtils.scala:
##########
@@ -141,8 +141,8 @@ private[spark] object KubernetesClientUtils extends Logging
{
}
}
if (truncatedMap.nonEmpty) {
- logInfo(s"Spark configuration files loaded from $confDir :" +
- s" ${truncatedMap.keys.mkString(",")}")
+ logInfo(log"Spark configuration files loaded from ${MDC(DIR, confDir)}
: " +
Review Comment:
I'm `not sure` if this is appropriate to call `PATH` `PATHS`, maybe it's
more appropriate to call `DIR` `FILES`?
--
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]