You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by zj...@apache.org on 2015/09/30 04:27:32 UTC

tez git commit: TEZ-2758. Update CHANGES.txt (zjffdu)

Repository: tez
Updated Branches:
  refs/heads/master 35c926f23 -> b153035b0


TEZ-2758. Update CHANGES.txt (zjffdu)


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

Branch: refs/heads/master
Commit: b153035b076d4603eb6bc771d675d64181eb02e9
Parents: 35c926f
Author: Jeff Zhang <zj...@apache.org>
Authored: Wed Sep 30 10:27:19 2015 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Wed Sep 30 10:27:19 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/tez/blob/b153035b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 05c5224..cbb1c50 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ Release 0.8.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2758. Remove append API in RecoveryService after TEZ-1909.
   TEZ-2851. Support a way for upstream applications to pass in a caller context to Tez.
   TEZ-2859. TestMergeManager.testLocalDiskMergeMultipleTasks failing
   TEZ-2858. Stop using System.currentTimeMillis in TestInputReadyTracker.
@@ -195,6 +196,7 @@ Release 0.7.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES
+  TEZ-2758. Remove append API in RecoveryService after TEZ-1909.
   TEZ-2851. Support a way for upstream applications to pass in a caller context to Tez.
   TEZ-2858. Stop using System.currentTimeMillis in TestInputReadyTracker.
   TEZ-2857. Fix flakey tests in TestDAGImpl.