Repository: tez Updated Branches: refs/heads/branch-0.7 2a8368c66 -> 2bc964391
TEZ-2853. Tez UI: task attempt page is coming empty (sree) (cherry picked from commit 4edba447d64b5802e9e7596c5e876592ec2b46bd) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/2bc96439 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/2bc96439 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/2bc96439 Branch: refs/heads/branch-0.7 Commit: 2bc964391a2f307c377a4c338c684e288638be84 Parents: 2a8368c Author: Sreenath Somarajapuram <[email protected]> Authored: Thu Sep 24 22:29:26 2015 +0530 Committer: Sreenath Somarajapuram <[email protected]> Committed: Thu Sep 24 22:30:19 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/2bc96439/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ab1c29c..51c3206 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,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-2844. Backport TEZ-2775 to branch-0.7. Improve and consolidate logging in Runtime components. http://git-wip-us.apache.org/repos/asf/tez/blob/2bc96439/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>
