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 2014/09/09 19:21:17 UTC

[2/2] git commit: TEZ-1362. Remove DAG_COMPLETED in DAGEventType. (Jeff Zhang via hitesh)

TEZ-1362. Remove DAG_COMPLETED in DAGEventType. (Jeff Zhang via hitesh)

(cherry picked from commit bfb7b5a87420856f209a67d367c4b4197fc32860)


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

Branch: refs/heads/branch-0.5
Commit: 2cfe0c3ac7d613573fd85894057cf15ca8e8d5a7
Parents: f766493
Author: Hitesh Shah <hi...@apache.org>
Authored: Tue Sep 9 10:20:08 2014 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Tue Sep 9 10:21:01 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/2cfe0c3a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0bdb9d9..193f7bf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ ALL CHANGES
   TEZ-1536. Fix spelling typo "configurartion" in TezClientUtils.
   TEZ-1310. Update website documentation framework
   TEZ-1447. Provide a mechanism for InputInitializers to know about Vertex state changes.
+  TEZ-1362. Remove DAG_COMPLETED in DAGEventType. 
 
 Release 0.5.0: Unreleased