You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2015/02/28 17:26:15 UTC

tez git commit: TEZ-2165. Tez UI: DAG shows running status if killed by RM in some cases. (Prakash Ramachandran via hitesh)

Repository: tez
Updated Branches:
  refs/heads/master 0a81409fe -> 394d24c63


TEZ-2165. Tez UI: DAG shows running status if killed by RM in some cases. (Prakash Ramachandran via hitesh)


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

Branch: refs/heads/master
Commit: 394d24c632d4d02b75d82ca62008074bc6ddde7b
Parents: 0a81409
Author: Hitesh Shah <hi...@apache.org>
Authored: Sat Feb 28 08:25:49 2015 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Sat Feb 28 08:25:49 2015 -0800

----------------------------------------------------------------------
 CHANGES.txt                                        | 1 +
 tez-ui/src/main/webapp/app/scripts/helpers/misc.js | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/394d24c6/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index fd40fa1..bc0340d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -74,6 +74,7 @@ Release 0.6.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2165. Tez UI: DAG shows running status if killed by RM in some cases.
   TEZ-2158. TEZ UI: Display dag/vertex names, and task/attempt index in breadcrumb.
   TEZ-2160. Tez UI: App tracking URL should support navigation back.
   TEZ-2147. Swimlanes: Improved tooltip

http://git-wip-us.apache.org/repos/asf/tez/blob/394d24c6/tez-ui/src/main/webapp/app/scripts/helpers/misc.js
----------------------------------------------------------------------
diff --git a/tez-ui/src/main/webapp/app/scripts/helpers/misc.js b/tez-ui/src/main/webapp/app/scripts/helpers/misc.js
index fe4cc27..bba2286 100644
--- a/tez-ui/src/main/webapp/app/scripts/helpers/misc.js
+++ b/tez-ui/src/main/webapp/app/scripts/helpers/misc.js
@@ -61,7 +61,7 @@ App.Helpers.misc = {
       return yarnAppState;
     }
 
-    return yarnFinalState;
+    return yarnAppFinalState;
   },
 
 	getCounterValueForDag: function(counterGroups, dagID, counterGroupName, counterName) {