Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
More details about CallerContext please refer to description of HDFS-9184.
From YARN's perspective, we should make following changes:
- RMAuditLogger logs application's caller context when application submit by user
- Add caller context to application's data in ATS along with application creation event
From MR's perspective:
- Set AppMaster container's context to YARN's application Id
- Set Mapper/Reducer containers' context to task attempt id
Protocol and RPC changes are done in HDFS-9184.
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-9184 Logging HDFS operation's caller context into audit logs
- Resolved
- is related to
-
FLINK-16809 Support setting CallerContext on YARN deployments
- Open