srowen 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_r362232307
##########
File path: core/src/main/scala/org/apache/spark/ui/jobs/PoolTable.scala
##########
@@ -34,11 +34,17 @@ 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="Pool's
minimum share of CPU
+ cores">Minimum Share</span>
+ </th>
+ <th>
+ <span data-toggle="tooltip" data-placement="top" title="Pool's share
of cluster resources
+ relative to others pools">Pool Weight</span>
Review comment:
others pools -> 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]