Repository: tez
Updated Branches:
  refs/heads/master 592c74204 -> 4edba447d


TEZ-2853. Tez UI: task attempt page is coming empty (sree)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/4edba447
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/4edba447
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/4edba447

Branch: refs/heads/master
Commit: 4edba447d64b5802e9e7596c5e876592ec2b46bd
Parents: 592c742
Author: Sreenath Somarajapuram <[email protected]>
Authored: Thu Sep 24 22:29:26 2015 +0530
Committer: Sreenath Somarajapuram <[email protected]>
Committed: Thu Sep 24 22:29:26 2015 +0530

----------------------------------------------------------------------
 CHANGES.txt                                                | 1 +
 tez-ui/src/main/webapp/app/templates/taskAttempt/index.hbs | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/4edba447/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e174b69..f1eeb6a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -189,6 +189,7 @@ Release 0.7.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES
+  TEZ-2853. Tez UI: task attempt page is coming empty
   TEZ-2716. DefaultSorter.isRleNeeded not thread safe
   TEZ-2847. Tez UI: Task details doesn't gets updated on manual refresh after 
job complete
   TEZ-2843. Tez UI: Show error if in progress fails due to AM not reachable

http://git-wip-us.apache.org/repos/asf/tez/blob/4edba447/tez-ui/src/main/webapp/app/templates/taskAttempt/index.hbs
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/templates/taskAttempt/index.hbs 
b/tez-ui/src/main/webapp/app/templates/taskAttempt/index.hbs
index d5b7e53..c7e3330 100644
--- a/tez-ui/src/main/webapp/app/templates/taskAttempt/index.hbs
+++ b/tez-ui/src/main/webapp/app/templates/taskAttempt/index.hbs
@@ -54,7 +54,7 @@
                                                <i {{bind-attr 
class=':task-status taskAttemptIconStatus'}}></i> {{taskAttemptStatus}}
                                        </td>
                                </tr>
-        {{#if}}
+        {{#if progress}}
         <tr>
           <td>Progress</td>
           <td>{{bs-progress-animated progressDecimal=progress}}</td>

Reply via email to