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



##########
File path: 
core/src/main/resources/org/apache/spark/ui/static/executorspage-template.html
##########
@@ -134,4 +134,26 @@ <h4 class="title-table">Executors</h4>
         </tbody>
       </table>
   </div>
+
+  <div class="container-fluid active-worker-container">
+    <h4 class="title-table">Miscellaneous Workers</h4>

Review comment:
       Replace the Worker with Process.
   
   
   **Storage memory doesn't really make sense here as the application master 
shouldn't be using it. Were you thinking having it in case it applied to other 
things?** - Yes the idea is to have information about the yarn-am, what  is the 
heap size and cores configuration for yarn-am , Also similarly if any other 
Process from the other RM is added here , they can also add the conf here .
   
   




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