You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ss...@apache.org on 2015/05/06 23:35:13 UTC

tez git commit: Move TEZ-1752 into 0.8.0 section in CHANGES.txt

Repository: tez
Updated Branches:
  refs/heads/TEZ-2003 9338abfe9 -> aa366cdc2


Move TEZ-1752 into 0.8.0 section in CHANGES.txt


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

Branch: refs/heads/TEZ-2003
Commit: aa366cdc26d4dd77d14f7a90b2608db871079942
Parents: 9338abf
Author: Siddharth Seth <ss...@apache.org>
Authored: Wed May 6 14:34:52 2015 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Wed May 6 14:34:52 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/aa366cdc/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2446f6a..1a30493 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,11 +13,11 @@ Release 0.7.0: Unreleased
 INCOMPATIBLE CHANGES
   TEZ-2176. Move all logging to slf4j. (commons-logging jar no longer part of Tez tar)
   TEZ-1993. Implement a pluggable InputSizeEstimator for grouping fairly
+  TEZ-1752. Inputs / Outputs in the Runtime library should be interruptable.
 
 ALL CHANGES:
   TEZ-2384. Add warning message in the case of prewarn under non-session mode.
   TEZ-2415. PMC RDF needs to use asfext:pmc, not asfext:PMC.
-  TEZ-1752. Inputs / Outputs in the Runtime library should be interruptable.
   TEZ-2401. Tez UI: All-dag page has duration keep counting for KILLED dag.
   TEZ-2392. Have all readers throw an Exception on incorrect next() usage.
   TEZ-2408. TestTaskAttempt fails to compile against hadoop-2.4 and hadoop-2.2.