Hi,
Not sure this info is available.
1. you can check the yarn application logs in hdfs under /tmp/logs you can find this exact path by going to Cloudera manager -> Yarn -> Configuration -> yarn.nodemanager.remote-app-log-dir
2. If you have an application id you can just collect the logs manually with below command:
## yarn logs -applicationId <application ID> > applogs.txt