Fixed Issues in YARN and YARN Queue Manager
Review the list of YARN and YARN Queue Manager issues that are resolved in Cloudera Runtime 7.3.1.
- COMPX-17702: Backport - YARN-10345 - HsWebServices containerlogs does not honor ACLs for completed jobs
- The following rest APIs now have ACL authorization:
- /ws/v1/history/containerlogs/{containerid}/{filename}
- /ws/v1/history/containers/{containerid}/logs
Apache Jira: YARN-10345
- COMPX-16285: Optimize system credentials sent in node heartbeat responses
- Previously, the heartbeat responses set all application's tokens
even though all applications were not active on a node. Hence, for each node and each
heartbeat too many
SystemCredentialsForAppsProto
objects were created. This issue is now resolved and the system credentials sent in node heartbeat responses are optimized..Apache Jira: YARN-6523
- CDPD-73754: Yarn Application Master Node web link is broken on yarnuiv2 page
- Previously, the RM did not open the Yarn application manager node
web link on the yarnuiv2 page because the URL ended with a
/. This issue is now resolved and the last character / is now removed
from the URL.
Apache Jira: YARN-11729