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


##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -2405,7 +2405,8 @@ class SparkContext(config: SparkConf) extends Logging {
     ResourceProfile.clearDefaultProfile()
     // Unset YARN mode system env variable, to allow switching between cluster 
types.
     SparkContext.clearActiveContext()
-    logInfo("Successfully stopped SparkContext")
+    logInfo(log"Successfully stopped SparkContext (Uptime: " +

Review Comment:
   Thank you, @cnauroth . Yes, that is for consistency with the existing code, 
`runApproximateJob`.
   
   
https://github.com/apache/spark/blob/6a668cde87c397871718fa38abb182e23af5dd49/core/src/main/scala/org/apache/spark/SparkContext.scala#L2594-L2610



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to