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 committed Oct 28, 2023
1 parent 40e8300 commit 39c9c95
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 39c9c95

Please sign in to comment.