Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
-
None
-
Reviewed
Description
when a yarn-service app is submitted with below configuration, node_partitions constraint does not work.
… "placement_policy": { "constraints": [ { "type": "ANTI_AFFINITY", "scope": "NODE", "target_tags": [ "ws" ], "node_partitions": [ "" ] } ] }