[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-23 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles commented on TEZ-2786:
--

I think this maybe partly a setup issue. My user shows as *dr.who*.

Updated the configs so that my static http user is the same as the application 
process. Might be worth mentioning the user setup (static user setup, simple, 
secure) for single box cluster in the documentation. Though, should we be 
checking access for an insecure cluster?

{code:xml}

  hadoop.http.staticuser.user
  jeagles

{code}

Now I'm getting _Reason: CORS header 'Access-Control-Allow-Origin' missing_ on 
the requests. Could be that localhost needs CORS support enabled -> YARN-4009? 
Certainly this will be needed in for distributed setup.


> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.7.1, 0.8.1
>
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-23 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles commented on TEZ-2786:
--

[~hitesh] [~Sreenath], [~pramachandran], I am trying to test this capability on 
my local box, but I continue to have issues. Is there some setup in YARN or Tez 
that is needed to get this working?

{noformat}
Request
GET 
/proxy/application_1443039703696_0010/ws/v2/tez/verticesInfo?dagID=1==&_=1443049138518

Response
401 Unauthorized
{noformat}

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.7.1, 0.8.1
>
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-23 Thread Jonathan Eagles (JIRA)

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

Jonathan Eagles commented on TEZ-2786:
--

This was on my local box, running word count and sleep jobs.

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.7.1, 0.8.1
>
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-23 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-2786:
--

[~jeagles] Is this a secure cluster? A quick workaround is to set view-acls to 
"*". I hit a few issues that I am still trying to debug with the RM proxy on a 
secure cluster. 

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.7.1, 0.8.1
>
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-23 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-2786:
--

Haven't seen that issue on my local setup. Can you add a simple log to the 
AMWebController to log the user name it identifies in the checkAccess() call 
and see what is going on?  

 

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Fix For: 0.7.1, 0.8.1
>
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-14 Thread TezQA (JIRA)

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

TezQA commented on TEZ-2786:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12755779/TEZ-2786.2.patch
  against master revision b3ad595.

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

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{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/1129//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1129//console

This message is automatically generated.

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-14 Thread Hitesh Shah (JIRA)

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

Hitesh Shah commented on TEZ-2786:
--

Committing shortly. 

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-2786.1.patch, TEZ-2786.2.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-14 Thread Prakash Ramachandran (JIRA)

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

Prakash Ramachandran commented on TEZ-2786:
---

+1 LGTM.

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-2786.1.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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


[jira] [Commented] (TEZ-2786) Tez UI: Update vertex, task & attempt details page while in progress.

2015-09-14 Thread TezQA (JIRA)

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

TezQA commented on TEZ-2786:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12755684/TEZ-2786.1.patch
  against master revision b6f15dc.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1127//console

This message is automatically generated.

> Tez UI: Update vertex, task & attempt details page while in progress.
> -
>
> Key: TEZ-2786
> URL: https://issues.apache.org/jira/browse/TEZ-2786
> Project: Apache Tez
>  Issue Type: Sub-task
>  Components: UI
>Reporter: Sreenath Somarajapuram
>Assignee: Sreenath Somarajapuram
> Attachments: TEZ-2786.1.patch
>
>
> - Add realtime update into Vertex, Task & Attempt details page.
> - Add progress bar to the details page.
> - Give proper icon for scheduled status.
> - Add reset calls to routs to reset controllers when unloaded.



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