Skip to content

Commit

Permalink
YARN-11583. [Addendum] Improve Node Link for YARN Federation Web Page. (
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 authored and jiajunmao committed Feb 6, 2024
1 parent 578b850 commit 8739efb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ private void initYarnFederationNodeLabelsOfCluster(NodeLabelsInfo nodeLabelsInfo
row = row.td(String.valueOf(nActiveNMs));
}

row = row.td(String.valueOf(nActiveNMs));
PartitionInfo partitionInfo = info.getPartitionInfo();
ResourceInfo available = partitionInfo.getResourceAvailable();
row.td(available.toFormattedString()).__();
Expand Down

0 comments on commit 8739efb

Please sign in to comment.