YARN-11128. Fix comments in TestProportionalCapacityPreemptionPolicy*#4271
YARN-11128. Fix comments in TestProportionalCapacityPreemptionPolicy*#4271aajisaka merged 3 commits intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
@aajisaka - Can you please have a look at this? Thanks |
|
|
||
| String appsConfig = | ||
| // queueName\t(priority,resource,host,expression,#repeat,reserved,pending) | ||
| // queueName\t(priority,resource,host,expression,#repeat,reserved,pending,user) |
There was a problem hiding this comment.
user is sometimes not set. Need to comment that user is optional.
Sure, I will create a separate JIRA for that. Thanks. |
|
💔 -1 overall
This message was automatically generated. |
hemanthboyina
left a comment
There was a problem hiding this comment.
looks the build is triggered and immediately getting failed
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Merged. Thank you @ashutoshcipher and @hemanthboyina |
…apache#4271) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Reviewed-by: Hemanth Boyina <hemanthboyina@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Description of PR
Fix comments in TestProportionalCapacityPreemptionPolicy*