This is an automated email from the ASF dual-hosted git repository.
yuchaoran 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 fdcfc94b8 [YUNIKORN-1174] Document changes from YUNIKORN-998 (#153)
fdcfc94b8 is described below
commit fdcfc94b80e50cb1cb68eab33a7e306089538629
Author: Craig Condit <[email protected]>
AuthorDate: Sat Apr 9 23:20:02 2022 -0500
[YUNIKORN-1174] Document changes from YUNIKORN-998 (#153)
---
docs/api/scheduler.md | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index 098a542ce..18d75a502 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -391,7 +391,7 @@ In the example below there are three allocations belonging
to two applications.
"applicationId": "application-0001",
"partition": "default",
"placeholder": false,
- "placeholderUsed": false
+ "placeholderUsed": true
}
],
"applicationState": "Running",
@@ -410,6 +410,18 @@ In the example below there are three allocations belonging
to two applications.
"time": 1648741409147432100,
"applicationState": "Running"
}
+ ],
+ "placeholderData": [
+ {
+ "taskGroupName": "task-group-example",
+ "count": 2,
+ "minResource": {
+ "memory": 1000000000,
+ "vcore": 100
+ },
+ "requiredNode": "",
+ "replaced": 2
+ }
]
},
{
@@ -493,7 +505,8 @@ In the example below there are three allocations belonging
to two applications.
"time": 1648741409147432100,
"applicationState": "Running"
}
- ]
+ ],
+ "placeholderData": []
}
]
```
@@ -608,7 +621,8 @@ In the example below there are three allocations belonging
to two applications a
"time": 1648741409147432100,
"applicationState": "Running"
}
- ]
+ ],
+ "placeholderData": []
},
{
"applicationID": "application-0002",
@@ -691,7 +705,8 @@ In the example below there are three allocations belonging
to two applications a
"time": 1648741409147432100,
"applicationState": "Running"
}
- ]
+ ],
+ "placeholderData": []
},
{
"applicationID": "application-0003",
@@ -710,7 +725,8 @@ In the example below there are three allocations belonging
to two applications a
"time": 1648741409145224000,
"applicationState": "Rejected"
}
- ]
+ ],
+ "placeholderData": []
}
]
```