You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/31 16:48:06 UTC

[GitHub] [spark] tgravescs commented on a change in pull request #27049: [SPARK-30387] Improving stop hook log message

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

 ##########
 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:
   You must be using a custom logging file because by default you get:
   
   19/12/31 10:47:28 INFO YarnClientSchedulerBackend: Stopped
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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