myloginid opened a new pull request, #8657: URL: https://github.com/apache/hadoop/pull/8657
### Summary Update the Apache **Capacity Scheduler UI** (`hadoop-yarn-capacity-scheduler-ui`) placement rule form to support comma-separated usernames in the Match Pattern field. This is **not** Cloudera Manager or Queue Manager code — it is the upstream YARN Capacity Scheduler web UI shipped in `hadoop-yarn-project`. ### Changes - `PlacementRuleForm.tsx` — placeholder and help text for comma-separated usernames - `placement-rule-schema.ts` — reject empty tokens between commas (e.g. `alice,,bob`) ### Dependencies - Requires **YARN-11973** (RM engine) for comma-separated values to take effect at runtime ### Related - Parent: YARN-11972 - Engine PR: https://github.com/apache/hadoop/pull/8656 - Docs PR: TBD ### Test plan - [ ] Manual: enter `alice,bob` in user rule Match Pattern; verify save/load round-trip - [ ] Manual: verify `alice,,bob` shows validation error Sub-task of YARN-11972. Fixes: https://issues.apache.org/jira/browse/YARN-11974 Made with [Cursor](https://cursor.com) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
