SaurabhChawla100 commented on a change in pull request #31974:
URL: https://github.com/apache/spark/pull/31974#discussion_r607909189



##########
File path: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala
##########
@@ -107,6 +111,8 @@ private[spark] class AppStatusListener(
 
   override def onOtherEvent(event: SparkListenerEvent): Unit = event match {
     case SparkListenerLogStart(version) => sparkVersion = version
+    case MiscellaneousProcessInfoEvent(time, cores, memory, hostName, urlInfo) 
=>
+      updateAMInfoInLiveProcess(time, cores, memory, hostName, urlInfo.toMap)

Review comment:
       Added the code change for making use on onMiscellaneousProcessAdded type 
function having MiscellaneousProcessInfoEvent in the same manner as its done in 
 SparkListenerSQLExecutionStart , SparkListenerSQLAdaptiveExecutionUpdate  etc




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



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

Reply via email to