[
https://issues.apache.org/jira/browse/TEZ-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065375#comment-15065375
]
Sreenath Somarajapuram commented on TEZ-2129:
---------------------------------------------
Thanks [~jeagles]
Feel it might be a better approach to use an observer than overwriting logsLink
from inside.
Something like
{code}
logsLink: null,
....
logsLinkObserver: function(key, value) {
....
that.set('logsLink', cellContent);
....
}.observes('id', 'successfulAttemptId')
{code}
> Task and Attempt views should contain links to the logs
> -------------------------------------------------------
>
> Key: TEZ-2129
> URL: https://issues.apache.org/jira/browse/TEZ-2129
> Project: Apache Tez
> Issue Type: Improvement
> Components: UI
> Reporter: Kevin J. Price
> Assignee: Jonathan Eagles
> Priority: Minor
> Attachments: TEZ-2129.1.patch
>
>
> Currently, the actual task or attempt view does not contain a link to get to
> the container logs. That link exists on the list view page, but not the view
> page for a specific task/attempt. There should be a direct link to the logs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)