YARN-4973. YarnWebParams next.fresh.interval should be next.refresh.interval (templedf via rkanter)

(cherry picked from commit 5ffd4b7c1e)
This commit is contained in:
Robert Kanter 2016-09-22 16:45:34 -07:00
parent 254041b71a
commit 0e4f2a0edf
1 changed files with 1 additions and 1 deletions

View File

@ -40,5 +40,5 @@ public interface YarnWebParams {
String NODE_STATE = "node.state";
String NODE_LABEL = "node.label";
String WEB_UI_TYPE = "web.ui.type";
String NEXT_REFRESH_INTERVAL = "next.fresh.interval";
String NEXT_REFRESH_INTERVAL = "next.refresh.interval";
}