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

Sreenath Somarajapuram commented on TEZ-2761:
---------------------------------------------

Just caught my eye. 
Incorrect Indentation in AMWebController.java. 4 spaces used instead of 2.

{code}
+    renderJSON(ImmutableMap.of(
+        "dag", dagInfo
+    ));
&
+    renderJSON(ImmutableMap.of(
+        "vertices", verticesInfo
+    ));
{code}

But kind of a trivial thing. So +1 LGTM.

> Tez UI: update the progress on the various pages on the UI
> ----------------------------------------------------------
>
>                 Key: TEZ-2761
>                 URL: https://issues.apache.org/jira/browse/TEZ-2761
>             Project: Apache Tez
>          Issue Type: Sub-task
>          Components: UI
>            Reporter: Prakash Ramachandran
>            Assignee: Prakash Ramachandran
>         Attachments: TEZ-2761.1.patch, TEZ-2761.2.patch, TEZ-2761.3.patch, 
> TEZ-2761.wip.1.patch
>
>
> The data displayed on the UI for running tasks should be updated with the 
> latest status fetched from AM.
> This includes the status, progress, task count etc. The api should also allow 
> querying the values for the tasks (running, failed, succeeded...).



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

Reply via email to