amanomer commented on a change in pull request #27049: [SPARK-30387] Improving 
stop hook log message
URL: https://github.com/apache/spark/pull/27049#discussion_r362249077
 
 

 ##########
 File path: 
resource-managers/yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala
 ##########
 @@ -164,7 +164,7 @@ private[spark] class YarnClientSchedulerBackend(
 
     super.stop()
     client.stop()
-    logInfo("Stopped")
+    logInfo("YarnClientSchedulerBackend Stopped")
 
 Review comment:
   Also on other places we are using descriptive log message. Like,
   
https://github.com/apache/spark/blob/ce7a49f7fa30b4f252af09f9428cffc1055ef7c7/core/src/main/scala/org/apache/spark/deploy/ExternalShuffleService.scala#L169-L171

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to