YARN-4973. YarnWebParams next.fresh.interval should be next.refresh.interval (templedf via rkanter)
This commit is contained in:
parent
4fc632ae19
commit
5ffd4b7c1e
|
@ -40,5 +40,5 @@ public interface YarnWebParams {
|
||||||
String NODE_STATE = "node.state";
|
String NODE_STATE = "node.state";
|
||||||
String NODE_LABEL = "node.label";
|
String NODE_LABEL = "node.label";
|
||||||
String WEB_UI_TYPE = "web.ui.type";
|
String WEB_UI_TYPE = "web.ui.type";
|
||||||
String NEXT_REFRESH_INTERVAL = "next.fresh.interval";
|
String NEXT_REFRESH_INTERVAL = "next.refresh.interval";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue