[jira] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Attachment: TEZ-3087.2.patch

Adding a fresh patch with the log column added.
[~hitesh] [~rajesh.balamohan] Please help in reviewing.

> 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] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Fix Version/s: (was: 0.8.4)

> 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] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Target Version/s: 0.8.4
   Fix Version/s: 0.8.4

> 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] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Attachment: TEZ-3087.1.patch

The patch add attempt log links to task and attempt details page.
Minor nits that were added with the patch:
- Changed loading icon to 'Load' text
- Improved tooltip text
- Clears records loaded for "All DAGs" on moving to another page.

/cc [~hitesh]

> 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
>
>
> 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] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Description: 
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.

  was:
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.


> 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 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] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Description: 
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.

  was:
Requirement:
- Task attempt details page must have a link to view to 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 

- Ensure that the functionality is inline with TEZ-3101, and uses the 


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


[jira] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Description: 
Requirement:
- Task attempt details page must have a link to view to 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 

- Ensure that the functionality is inline with TEZ-3101, and uses the 

  was:
- UI1 implementation takes you to the container logs and doesn't works as 
expected
- Ensure that the functionality is inline with TEZ-3101


> 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 to 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 
> - Ensure that the functionality is inline with TEZ-3101, and uses the 



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


[jira] [Updated] (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:all-tabpanel
 ]

Sreenath Somarajapuram updated TEZ-3087:

Summary: Tez UI 2: Add log links in task & attempt details page  (was: Tez 
UI 2: Log links must be added in task & attempt details page)

> 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
>
> - UI1 implementation takes you to the container logs and doesn't works as 
> expected
> - Ensure that the functionality is inline with TEZ-3101



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