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 Nov 1, 2023
1 parent cbb153b commit 2b1378c
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 2b1378c

Please sign in to comment.