Repository: tez Updated Branches: refs/heads/master 9d4a0efe4 -> 202393418
Updating CHANGES.txt for TEZ-2575 and TEZ-2602 backports to branch-0.7 (rbalamohan) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/20239341 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/20239341 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/20239341 Branch: refs/heads/master Commit: 2023934188353a45f9069385b31a27f8ffa0dad1 Parents: 9d4a0ef Author: Rajesh Balamohan <[email protected]> Authored: Wed Sep 2 20:00:28 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Wed Sep 2 20:00:28 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/20239341/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e88abe3..5f0ca2b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -158,6 +158,8 @@ Release 0.7.1: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2602. Throwing EOFException when launching MR job + TEZ-2575. Handle KeyValue pairs size which do not fit in a single block in PipelinedSorter TEZ-2198. Fix sorter spill counts TEZ-2440. Sorter should check for indexCacheList.size() in flush() TEZ-2742. VertexImpl.finished() terminationCause hides member var of the
