Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
Reviewed
Description
Extending DS placement spec syntax to support AND/OR constraints, something like
// simple -placement_spec foo=4,AND(NOTIN,NODE,foo:NOTIN,NODE,bar) // nested -placement_spec foo=4,AND(NOTIN,NODE,foo:OR(IN,NODE,moo:IN,NODE,bar))
Attachments
Attachments
Issue Links
- causes
-
YARN-7995 Remove unnecessary boxings and unboxings from PlacementConstraintParser.java
- Resolved