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

This commit is contained in:
Robert Kanter 2016-09-22 16:45:34 -07:00
parent 4fc632ae19
commit 5ffd4b7c1e
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";
}