[
https://issues.apache.org/jira/browse/YARN-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876125#comment-14876125
]
Sunil G commented on YARN-4186:
-------------------------------
We could also get this information also from REST api
{{/apps/<appid>/appattempts}}
{code}
public class AppAttemptInfo {
...
protected String logsLink;
....
}{code}
> Make WebAppUtils a public API for yarn
> --------------------------------------
>
> Key: YARN-4186
> URL: https://issues.apache.org/jira/browse/YARN-4186
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Jonathan Eagles
>
> Application types like Tez will want to expose AM container log location to
> users without having to make a call to the RM.
> Exposing getRunningLogURL as public will provide this functionality.
> Jon
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)