gengliangwang commented on code in PR #46494:
URL: https://github.com/apache/spark/pull/46494#discussion_r1599216687
##########
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala:
##########
@@ -90,7 +89,7 @@ private[deploy] class SparkSubmitArguments(args: Seq[String],
env: Map[String, S
lazy val defaultSparkProperties: HashMap[String, String] = {
val defaultProperties = new HashMap[String, String]()
if (verbose) {
- logInfo(s"Using properties file: $propertiesFile")
+ logInfo(log"Using properties file: ${MDC(PROPERTY_FILE,
propertiesFile)}")
Review Comment:
Let's simply use PATH
--
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]