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.

(cherry picked from commit 4c5d88e)
  • Loading branch information
ericbadger authored and Hexiaoqiao committed Dec 24, 2020
1 parent 6d8b801 commit 5103efa
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 5103efa

Please sign in to comment.