You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5292,6 +5292,87 @@ Response Header:
5292
5292
Content-Type: application/xml
5293
5293
Transfer-Encoding: chunked
5294
5294
5295
+
**Adding Node Labels to a queue**
5296
+
5297
+
Assuming we are using the capacity scheduler and the current queue configuration is two queues root.default, and root.a, this example adds a Node Label x to the queue root.a. Create a Node Label x and assign the nodes with below commands.
Assuming we are using the capacity scheduler and the current queue configuration is two queues root.default, and root.a and Node Label x is assigned to queue root.a. This example unsets the Node Label x from the queue root.a and removes it.
5346
+
5347
+
HTTP Request:
5348
+
5349
+
```xml
5350
+
Accept: application/xml
5351
+
PUT http://rm-http-address:port/ws/v1/cluster/scheduler-conf
0 commit comments