You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Sunil G (JIRA)" <ji...@apache.org> on 2015/09/18 20:40:04 UTC

[jira] [Commented] (YARN-4186) Make WebAppUtils a public API for yarn

    [ 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)