Repository: tez Updated Branches: refs/heads/master 1f6b474cb -> ce1bd7249
Fixing CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ce1bd724 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ce1bd724 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ce1bd724 Branch: refs/heads/master Commit: ce1bd7249fd69521555b37b538cd8150543d4301 Parents: 1f6b474 Author: Rajesh Balamohan <[email protected]> Authored: Thu Apr 30 04:50:11 2015 +0530 Committer: Rajesh Balamohan <[email protected]> Committed: Thu Apr 30 04:50:11 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/ce1bd724/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 940d257..f279ca4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,6 @@ INCOMPATIBLE CHANGES TEZ-1993. Implement a pluggable InputSizeEstimator for grouping fairly ALL CHANGES: - TEZ-2256. Avoid use of BufferTooSmallException to signal end of buffer in UnorderedPartitionedKVWriter TEZ-2084. Tez UI: Stacktrace format info is lost in diagnostics TEZ-2374. Fix build break against hadoop-2.2 due to TEZ-2325. TEZ-2314. Tez task attempt failures due to bad event serialization @@ -153,6 +152,7 @@ Release 0.6.1: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2256. Avoid use of BufferTooSmallException to signal end of buffer in UnorderedPartitionedKVWriter TEZ-2380. Disable fall back to reading from timeline if timeline disabled. TEZ-2226. Disable writing history to timeline if domain creation fails. TEZ-2259. Push additional data to Timeline for Recovery for better consumption in UI.
