pbacsko commented on code in PR #448: URL: https://github.com/apache/yunikorn-site/pull/448#discussion_r1666003606
########## docs/api/scheduler.md: ########## @@ -337,7 +337,7 @@ The content of the application object is the same as Queue Applications. See ### Queue applications -Fetch all Applications for the given Partition/Queue combination and displays general information about the applications like used resources, queue name, submission time and allocations. +Fetch all Applications for the given Partition/Queue combination and displays general information about the applications like used resources, queue name, submission time and allocations. In case queue name contains any special characters, needs to be url escaped to avoid issues. Review Comment: Nit: "In case the queue name contains any special characters, it needs to be url escaped to avoid issues." ########## docs/api/scheduler.md: ########## @@ -1027,7 +1027,7 @@ Fetch all groups usage given a Partition and displays general information about ## GroupTracker ### Get specific group usage tracking information -Fetch specific group usage given a Partition and displays general information about the groups managed by YuniKorn. +Fetch specific group usage given a Partition and displays general information about the groups managed by YuniKorn. In case group name contains any special characters, needs to be url escaped to avoid issues. Review Comment: Nit: "In case the queue name contains any special characters, it needs to be url escaped to avoid issues." ########## docs/api/scheduler.md: ########## @@ -854,7 +854,7 @@ Fetch all users usage given a Partition and displays general information about t ## UserTracker ### Get specific user usage tracking information -Fetch specific user usage given a Partition and displays general information about the users managed by YuniKorn. +Fetch specific user usage given a Partition and displays general information about the users managed by YuniKorn. In case username contains any special characters, needs to be url escaped to avoid issues. Review Comment: Nit: "In case the queue name contains any special characters, it needs to be url escaped to avoid issues." ########## docs/api/scheduler.md: ########## @@ -591,7 +591,7 @@ In the example below there are three allocations belonging to two applications, ### Partition/Queue application -Fetch an Application given a Partition, Queue(optional) and Application ID and displays general information about the application like used resources, queue name, submission time and allocations. +Fetch an Application given a Partition, Queue(optional) and Application ID and displays general information about the application like used resources, queue name, submission time and allocations. In case queue name contains any special characters, needs to be url escaped to avoid issues. Review Comment: Nit: "In case the queue name contains any special characters, it needs to be url escaped to avoid issues." -- 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]
