wilfred-s commented on a change in pull request #135:
URL: 
https://github.com/apache/incubator-yunikorn-site/pull/135#discussion_r829642389



##########
File path: docs/api/scheduler.md
##########
@@ -423,6 +423,19 @@ In the example below there are three allocations belonging 
to two applications.
         ],
         "applicationState": "Running"
     }
+    {
+        "applicationID": "application-0003",
+        "usedResource": "[]",
+        "maxUsedResource": "[]",
+        "partition": "default",
+        "queueName": "",
+        "submissionTime": 1646757410878163500,
+        "finishedTime": 1646757410878225400,
+        "allocations": [],
+        "applicationState": "Rejected",
+        "user": "nobody",
+        "rejectedMessage": "failed to place application application-0003: 
application rejected: no placment rule matched"

Review comment:
       Will fix the text in the doc on commit. The code has been fixed as part 
of YUNIKORN-998 (confirmed)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to