07ARB commented on a change in pull request #27047: [SPARK-30384][WEBUI]Needs 
to improve the Column name and Add tooltips for the Fair Scheduler Pool Table
URL: https://github.com/apache/spark/pull/27047#discussion_r362026099
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/ui/jobs/PoolTable.scala
 ##########
 @@ -34,11 +34,21 @@ private[ui] class PoolTable(pools: Map[Schedulable, 
PoolData], parent: StagesTab
     <table class="table table-bordered table-striped table-condensed sortable 
table-fixed">
       <thead>
         <th>Pool Name</th>
-        <th>Minimum Share</th>
-        <th>Pool Weight</th>
+        <th>
+          <span data-toggle="tooltip" data-placement="top" title="Pools can be 
set a minimum share
+           of CPU cores to allocate">Minimum Share</span>
+        </th>
+        <th>
+          <span title="This controls the pool's share of the cluster relative 
to other pools"
 
 Review comment:
   ok i will update the tooltips to this "Pool's share of cluster resources 
relative to others"

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