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



##########
File path: docs/api/scheduler.md
##########
@@ -423,6 +423,19 @@ In the example below there are three allocations belonging 
to two applications.
         ],
         "applicationState": "Running"
     }

Review comment:
       Does it need a "," ?

##########
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:
       There is a typo - "placment", and it is caused by core module 
(https://github.com/apache/incubator-yunikorn-core/blob/2f7ee5bd43e7cd1f5bd86118be778982b42f8d01/pkg/scheduler/placement/placement.go#L210)
   
   @steinsgateted Could you file a PR for core module to fix the typo?




-- 
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