Description
The logic of the aggregated log directory path determination (currently based on configuration) is scattered around the codebase and duplicated multiple times. By providing a separate class for creating the path for a specific user, it allows for an abstraction over this logic. This could be used in place of the previously duplicated logic, moreover, we could provide an endpoint to query this path.
Attachments
Attachments
Issue Links
- breaks
-
YARN-10419 Javadoc error in hadoop-yarn-server-common module
- Resolved