dongjoon-hyun commented on code in PR #49082:
URL: https://github.com/apache/spark/pull/49082#discussion_r1872258984


##########
core/src/main/scala/org/apache/spark/internal/config/Deploy.scala:
##########
@@ -45,7 +45,7 @@ private[spark] object Deploy {
 
   val RECOVERY_TIMEOUT = ConfigBuilder("spark.deploy.recoveryTimeout")
     .doc("Configures the timeout for recovery process. The default value is 
the same " +
-      "with ${WORKER_TIMEOUT.key}.")
+      s"with ${WORKER_TIMEOUT.key}.")

Review Comment:
   This is a configuration doc.



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