Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
This is a continua task after YARN-7972, YARN-7972 adds support to specify tags with namespace SELF and APP_ID, like following
- self/<tag>
- app-id/<appid>/<tag>
this task is to track the work to support 2 of remaining namespace types NOT_SELF & ALL (we'll support app-label later),
- not-self/<tag>
- all/<tag>
this will require a bit refactoring in AllocationTagsManager as it needs to do some proper aggregation on tags for multiple apps.