-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.1.3
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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": [ "" ] } ] }