[jira] [Commented] (TEZ-3087) Tez UI 2: Add log links in task & attempt details page

2016-04-18 Thread Hitesh Shah (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15246274#comment-15246274
 ] 

Hitesh Shah commented on TEZ-3087:
--

+1

> Tez UI 2: Add log links in task & attempt details page
> --
>
> Key: TEZ-3087
> URL: https://issues.apache.org/jira/browse/TEZ-3087
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3087.1.patch, TEZ-3087.2.patch
>
>
> Requirement:
> - Task attempt details page must have a link to view the attempt's 
> inProgressLog file, and a button to download the completedLog on attempt 
> completion.
> - Task details page have a view link & download button as above to the 
> successful attempt if available or the final failed attempt.
> View link is currently blocked by YARN-3698.
> - Ensure that the functionality is inline with TEZ-3101, and the view link 
> protocol (http / https) is taken from yarn.http.policy configuration in 
> yarn-site.
> PS: The log links were visible in the task and attempts tables of Tez UI 1, 
> but wasn't added in Tez UI 2 based on comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TEZ-3087) Tez UI 2: Add log links in task & attempt details page

2016-04-18 Thread TezQA (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15245181#comment-15245181
 ] 

TezQA commented on TEZ-3087:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12799188/TEZ-3087.2.patch
  against master revision b78a84a.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 5 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/1660//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1660//console

This message is automatically generated.

> Tez UI 2: Add log links in task & attempt details page
> --
>
> Key: TEZ-3087
> URL: https://issues.apache.org/jira/browse/TEZ-3087
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-3087.1.patch, TEZ-3087.2.patch
>
>
> Requirement:
> - Task attempt details page must have a link to view the attempt's 
> inProgressLog file, and a button to download the completedLog on attempt 
> completion.
> - Task details page have a view link & download button as above to the 
> successful attempt if available or the final failed attempt.
> View link is currently blocked by YARN-3698.
> - Ensure that the functionality is inline with TEZ-3101, and the view link 
> protocol (http / https) is taken from yarn.http.policy configuration in 
> yarn-site.
> PS: The log links were visible in the task and attempts tables of Tez UI 1, 
> but wasn't added in Tez UI 2 based on comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TEZ-3087) Tez UI 2: Add log links in task & attempt details page

2016-04-17 Thread Sreenath Somarajapuram (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15245072#comment-15245072
 ] 

Sreenath Somarajapuram commented on TEZ-3087:
-

Thats true, YARN-3698 covers both the above. 
- For view html must be good I guess.
- For download the ask is to provide log files + extra http headers for making 
download work across all browsers.

The log links were removed as per some comments to keep tables clean.
- Agree that this adds an extra click to reach the logs.
- Will provide another patch with the view and download links. 

> Tez UI 2: Add log links in task & attempt details page
> --
>
> Key: TEZ-3087
> URL: https://issues.apache.org/jira/browse/TEZ-3087
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.8.4
>
> Attachments: TEZ-3087.1.patch
>
>
> Requirement:
> - Task attempt details page must have a link to view the attempt's 
> inProgressLog file, and a button to download the completedLog on attempt 
> completion.
> - Task details page have a view link & download button as above to the 
> successful attempt if available or the final failed attempt.
> View link is currently blocked by YARN-3698.
> - Ensure that the functionality is inline with TEZ-3101, and the view link 
> protocol (http / https) is taken from yarn.http.policy configuration in 
> yarn-site.
> PS: The log links were visible in the task and attempts tables of Tez UI 1, 
> but wasn't added in Tez UI 2 based on comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TEZ-3087) Tez UI 2: Add log links in task & attempt details page

2016-04-17 Thread Hitesh Shah (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244920#comment-15244920
 ] 

Hitesh Shah commented on TEZ-3087:
--

Also have you filed a jira for YARN to support text/plain for logs instead of 
always returning html? That would be useful for the log links. Additionally, I 
believe the YARN nodemanager redirect to the history server does not work 
properly - is there a jira for that too?  

> Tez UI 2: Add log links in task & attempt details page
> --
>
> Key: TEZ-3087
> URL: https://issues.apache.org/jira/browse/TEZ-3087
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.8.4
>
> Attachments: TEZ-3087.1.patch
>
>
> Requirement:
> - Task attempt details page must have a link to view the attempt's 
> inProgressLog file, and a button to download the completedLog on attempt 
> completion.
> - Task details page have a view link & download button as above to the 
> successful attempt if available or the final failed attempt.
> View link is currently blocked by YARN-3698.
> - Ensure that the functionality is inline with TEZ-3101, and the view link 
> protocol (http / https) is taken from yarn.http.policy configuration in 
> yarn-site.
> PS: The log links were visible in the task and attempts tables of Tez UI 1, 
> but wasn't added in Tez UI 2 based on comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TEZ-3087) Tez UI 2: Add log links in task & attempt details page

2016-04-17 Thread Hitesh Shah (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15244824#comment-15244824
 ] 

Hitesh Shah commented on TEZ-3087:
--

Why have the log links been removed from the task attempts table? 

> Tez UI 2: Add log links in task & attempt details page
> --
>
> Key: TEZ-3087
> URL: https://issues.apache.org/jira/browse/TEZ-3087
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.8.4
>
> Attachments: TEZ-3087.1.patch
>
>
> Requirement:
> - Task attempt details page must have a link to view the attempt's 
> inProgressLog file, and a button to download the completedLog on attempt 
> completion.
> - Task details page have a view link & download button as above to the 
> successful attempt if available or the final failed attempt.
> View link is currently blocked by YARN-3698.
> - Ensure that the functionality is inline with TEZ-3101, and the view link 
> protocol (http / https) is taken from yarn.http.policy configuration in 
> yarn-site.
> PS: The log links were visible in the task and attempts tables of Tez UI 1, 
> but wasn't added in Tez UI 2 based on comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TEZ-3087) Tez UI 2: Add log links in task & attempt details page

2016-03-04 Thread Sreenath Somarajapuram (JIRA)

[ 
https://issues.apache.org/jira/browse/TEZ-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15179890#comment-15179890
 ] 

Sreenath Somarajapuram commented on TEZ-3087:
-

[~hitesh]
I have updated the description. Hope it is a bit more clear now.

bq. What do you mean by task attempt redirection? Is this for fixing a bug in 
Tez or in Yarn? There are links already to logs for the task attempts - what 
are we missing that needs to be added in the Tez UI?
What I meant was task attempt log redirection. There is a bug in YARN and 
YARN-3698 was filed for the same. 

> Tez UI 2: Add log links in task & attempt details page
> --
>
> Key: TEZ-3087
> URL: https://issues.apache.org/jira/browse/TEZ-3087
> Project: Apache Tez
>  Issue Type: Sub-task
>Reporter: Sreenath Somarajapuram
>
> Requirement:
> - Task attempt details page must have a link to view the attempt's 
> inProgressLog file, and a button to download the completedLog on attempt 
> completion.
> - Task details page have a view link & download button as above to the 
> successful attempt if available or the final failed attempt.
> View link is currently blocked by YARN-3698.
> - Ensure that the functionality is inline with TEZ-3101, and the view link 
> protocol (http / https) is taken from yarn.http.policy configuration in 
> yarn-site.
> PS: The log links were earlier visible in the task and attempts tables, but 
> was removed based on user comments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)