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



##########
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:
       I don't we want to use Worker here as it might be confused with the 
standalone deploy worker.  Perhaps just call this Other Processes.
    We should make the table headings similar as well.   Perhaps process name 
or type.  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?




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