Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
YARN-10540. Node page is broken in YARN UI1 and UI2 including RMWebSe…
Browse files Browse the repository at this point in the history
…rvice api

for nodes. Contributed by Jim Brennan.
  • Loading branch information
ericbadger committed Dec 21, 2020
1 parent 9aefe72 commit 4c5d88e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public class NodeResourceMonitorImpl extends AbstractService implements
private ResourceCalculatorPlugin resourceCalculatorPlugin;

/** Current <em>resource utilization</em> of the node. */
private ResourceUtilization nodeUtilization;

private ResourceUtilization nodeUtilization =
ResourceUtilization.newInstance(0, 0, 0f);
private Context nmContext;

/**
Expand Down

0 comments on commit 4c5d88e

Please sign in to comment.