Fix CHANGES.txt for TEZ-3032
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/885ad73b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/885ad73b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/885ad73b Branch: refs/heads/TEZ-2980 Commit: 885ad73b473d1669cdd029aa9c7facb65959d3ed Parents: 37e7014 Author: Hitesh Shah <[email protected]> Authored: Thu Jan 14 13:51:09 2016 -0800 Committer: Hitesh Shah <[email protected]> Committed: Thu Jan 14 13:51:09 2016 -0800 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/885ad73b/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ca668a0..a9dc823 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ Release 0.8.3: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3032. DAG start time getting logged using system time instead of recorded time in startTime field. Release 0.8.2: 2016-01-19 @@ -18,7 +19,6 @@ INCOMPATIBLE CHANGES TEZ-2972. Avoid task rescheduling when a node turns unhealthy ALL CHANGES: - TEZ-3032. DAG start time getting logged using system time instead of recorded time in startTime field. TEZ-2669. Propagation of errors from plugins to the AM for error reporting. TEZ-2978. Add an option to allow the SplitGrouper to generate node local only groups. TEZ-2129. Task and Attempt views should contain links to the logs
