YARN-11563. Fix typo in AbstractContainerAllocator from CSAssignemnt to CSAssignment (#6026). Contributed by wangzhongwei.

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
gavin.wang 2023-12-20 01:13:56 +08:00 committed by GitHub
parent b5f68b6225
commit de9fde8224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ protected CSAssignment getCSAssignmentFromAllocateResult(
* @param schedulingMode scheduling mode (exclusive or nonexclusive)
* @param resourceLimits resourceLimits
* @param reservedContainer reservedContainer
* @return CSAssignemnt proposal
* @return CSAssignment proposal
*/
public abstract CSAssignment assignContainers(Resource clusterResource,
CandidateNodeSet<FiCaSchedulerNode> candidates,