This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new e0e989a12 [YUNIKORN-1156] Document queue template in REST API (#155)
e0e989a12 is described below
commit e0e989a120db3118e6b7cd1d92440dc4cd636b3a
Author: Craig Condit <[email protected]>
AuthorDate: Wed Apr 13 16:05:19 2022 -0500
[YUNIKORN-1156] Document queue template in REST API (#155)
Closes: #155
---
docs/api/scheduler.md | 24 +++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index 55c2ea08e..cb2919915 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -182,10 +182,22 @@ For the default queue hierarchy (only `root.default` leaf
queue exists) a simila
"isLeaf": "false",
"isManaged": "false",
"properties": {
- "application.sort.policy":"stateaware"
+ "application.sort.policy": "stateaware"
},
"parent": "",
- "template": null,
+ "template": {
+ "maxResource": {
+ "memory": 8000000000,
+ "vcore": 8000
+ },
+ "guaranteedResource": {
+ "memory": 54000000,
+ "vcore": 80
+ },
+ "properties": {
+ "application.sort.policy": "stateaware"
+ }
+ },
"partition": "default",
"children": [
{
@@ -205,10 +217,16 @@ For the default queue hierarchy (only `root.default` leaf
queue exists) a simila
},
"isLeaf": "true",
"isManaged": "false",
+ "properties": {
+ "application.sort.policy": "stateaware"
+ },
"parent": "root",
"template": null,
"children": [],
- "absUsedCapacity": {}
+ "absUsedCapacity": {
+ "memory": 1,
+ "vcore": 0
+ }
}
],
"absUsedCapacity": {