Details
Description
YARN-10101 broke the Yarn logs CLI.
In LogsCLI#359 a ContainerLogsRequest has been created with null set as appAttemptId, while the LogAggregationFileController instances are configured badly to handle this case. The new JHS API works as expected for defined application attempt, but we should fix this.
Attachments
Attachments
Issue Links
- is caused by
-
YARN-10101 Support listing of aggregated logs for containers belonging to an application attempt
- Resolved