This is an automated email from the ASF dual-hosted git repository.

bteke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e5615d89da6 YARN-11780. [UI2] typo in the 
yarn-queue-partition-capacity-labels.hbs queue status section and improve the 
title tag wordings (#7442)
e5615d89da6 is described below

commit e5615d89da64172f9eaf8f4e7cbf6b13a7fe6411
Author: Ferenc Erdelyi <55103964+ferde...@users.noreply.github.com>
AuthorDate: Fri Feb 28 16:23:41 2025 +0100

    YARN-11780. [UI2] typo in the yarn-queue-partition-capacity-labels.hbs 
queue status section and improve the title tag wordings (#7442)
---
 .../components/yarn-queue-partition-capacity-labels.hbs    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/components/yarn-queue-partition-capacity-labels.hbs
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/components/yarn-queue-partition-capacity-labels.hbs
index 9aad6d42a6a..96107372179 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/components/yarn-queue-partition-capacity-labels.hbs
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/components/yarn-queue-partition-capacity-labels.hbs
@@ -24,8 +24,8 @@
 }}
 <ul>
   <li class="queues-list">
-    <span class="label-key" title="Used Capacity/Resources: is the total of 
the resources consumed within the queue for the given partition <memory MB, 
vCores, %>.
-    The percentage value calculated differently for the 
DefaultResourceCalculator and for the DominantResourceCalculator."><b>used 
capacity:</b></span>
+    <span class="label-key" title="Used Capacity/Resources: the total 
resources consumed within the queue for the given partition <memory MB, vCores, 
%>.
+    The percentage value is calculated differently for the 
DefaultResourceCalculator and the DominantResourceCalculator."><b>used 
capacity:</b></span>
     <span class="label-value"><b>{{data.usedCapacity}}%</b></span>
     <span class="label-value"><ul>{{#each 
data.used.resourceInformations.resourceInformation as | 
resource|}}<li>{{resource.name}}: {{resource.value}}</li>{{/each}}</ul></span>
   </li>
@@ -92,7 +92,7 @@
   
/scheduler/schedulerInfo/queues/queue[2]/capacities/queueCapacitiesByPartition[2]/absoluteCapacity[text()='85.44922']
   }}
   <li class="yarn-list">
-    <span class="label-key" title="Absolute Configured Capacity: percentage 
referring to the configured resources from the total available resources for 
the partition. This value  will be different from the configured capacity only 
when the parent queue is not the root queue.">absolute configured 
capacity:</span>
+    <span class="label-key" title="Absolute Configured Capacity: the 
percentage of configured resources relative to the total available resources 
for the partition. This value may differ from the configured capacity if the 
parent queue is not the root queue.">absolute configured capacity:</span>
     <span class="label-value">{{data.absoluteCapacity}}%</span>
   </li>
 
@@ -100,7 +100,7 @@
   /scheduler/schedulerInfo/queues/queue[2]/absoluteMaxCapacity[text()='100.0']
   }}
   <li class="yarn-list">
-    <span class="label-key" title="Absolute Configured Max Capacity: 
percentage referring to the configured maximum resources from the total 
available resources for the partition. This value will be different from the 
configured max capacity only when the parent queue is not the root 
queue.">absolute configured max capacity:</span>
+    <span class="label-key" title="Absolute Configured Max Capacity: 
percentage referring to the configured maximum resources from the total 
available resources for the partition. This value may differ from the 
configured max capacity when the parent queue is not the root queue.">absolute 
configured max capacity:</span>
     <span class="label-value">{{data.absoluteMaxCapacity}}%</span>
   </li>
 
@@ -149,7 +149,7 @@
     /scheduler/schedulerInfo/queues/queue[2]/numActiveApplications[text()='1']
     }}
     <li class="yarn-list">
-      <span class="label-key" title="Num Schedulable Applications. Shows the 
#apps running in the queue regardless of the partition.">num schedulable 
applications:</span>
+      <span class="label-key" title="Num Schedulable Applications. The number 
of applications currently running in the queue, regardless of partition.">num 
schedulable applications:</span>
       <span class="label-value">{{data.numActiveApplications}}</span>
     </li>
 
@@ -157,7 +157,7 @@
     /scheduler/schedulerInfo/queues/queue[2]/numPendingApplications[text()='0']
     }}
     <li class="yarn-list">
-      <span class="label-key" title="Non-Schedulable Applications. Shows the 
#apps pending in the queue regardless of the partition.">num non-schedulable 
spplications:</span>
+      <span class="label-key" title="Non-Schedulable Applications. The number 
of applications pending in the queue, regardless of partition.">num 
non-schedulable applications:</span>
       <span class="label-value">{{data.numPendingApplications}}</span>
     </li>
 
@@ -237,7 +237,7 @@
     
/scheduler/schedulerInfo/queues/queue[3]/queues/queue[1]/defaultNodeLabelExpression[text()='exclusive']
     }}
     <li class="yarn-list">
-      <span class="label-key" title="Default Node Label Expression:">default 
node label expression:</span>
+      <span class="label-key" title="Default Node Label Expression">default 
node label expression:</span>
       <span class="label-value">
             {{#if data.defaultNodeLabelExpression}}
               {{data.defaultNodeLabelExpression}}


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to