[
https://issues.apache.org/jira/browse/TEZ-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735802#comment-14735802
]
Hitesh Shah commented on TEZ-2097:
----------------------------------
Minor nit:
{code}
atsEntity.addOtherInfo(ATSConstants.IN_PROGRESS_LOGS_URL + "_"
+ event.getApplicationAttemptId().toString(), event.getContainerLogs());
{code}
- Should this be using event.getApplicationAttemptId().getId() instead of
event.getApplicationAttemptId() ?
> TEZ-UI Add dag logs
> -------------------
>
> Key: TEZ-2097
> URL: https://issues.apache.org/jira/browse/TEZ-2097
> Project: Apache Tez
> Issue Type: Bug
> Components: UI
> Reporter: Jeff Zhang
> Assignee: Jonathan Eagles
> Priority: Critical
> Attachments: TEZ-2097.1.patch, TEZ-2097.2.patch, TEZ-2097.3.patch
>
>
> If dag fails due to AM error, there's no way to check the dag logs on tez-ui.
> Users have to grab the app logs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)