wilfred-s commented on code in PR #510: URL: https://github.com/apache/yunikorn-site/pull/510#discussion_r1896463773
########## docs/api/scheduler.md: ########## @@ -930,11 +931,10 @@ Fetch all users usage given a Partition and displays general information about t ] ``` -### Error response +#### Error response **Code** : `500 Internal Server Error` -## UserTracker ### Get specific user usage tracking information Fetch specific user usage given a Partition and displays general information about the users managed by YuniKorn. In case the username contains any special characters, it needs to be url escaped to avoid issues. Review Comment: Replace text with: Fetch the specified user given a Partition and displays usage and quota information for the user. All queues in the hierarchy tracking the user will be included. Same kind of change for all users, replace text with: Fetch all user given a Partition and displays usage and quota information for the users. All queues in the hierarchy tracked for the specific user will be included. Similar text change for group, based on the user change. Similar text change for groups, based on the users change. ########## docs/api/scheduler.md: ########## @@ -1086,7 +1086,7 @@ Fetch all groups usage given a Partition and displays general information about ] ``` -### Error response +#### Error response **Code** : `500 Internal Server Error` Review Comment: Group tracker (next line 1093) should be updated the same way as the user tracker is updated -- 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]
