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 2016/07/13 21:29:51 UTC

tez git commit: Update CHANGES.txt for TEZ-3235.

Repository: tez
Updated Branches:
  refs/heads/master 670691c35 -> 55f5186e5


Update CHANGES.txt for TEZ-3235.


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

Branch: refs/heads/master
Commit: 55f5186e55c29b34a94b9387efa6b7c1690c9e3b
Parents: 670691c
Author: Hitesh Shah <hi...@apache.org>
Authored: Wed Jul 13 14:29:34 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Wed Jul 13 14:29:34 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/55f5186e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index f2ed0ef..0661e16 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -82,6 +82,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3235. Modify Example TestOrderedWordCount job to test the IPC limit for large dag plans.
   TEZ-3337. Do not log empty fields of TaskAttemptFinishedEvent to avoid confusion.
   TEZ-1248. Reduce slow-start should special case 1 reducer runs.