Repository: tez Updated Branches: refs/heads/master c3ce35142 -> d1105dc64
Update CHANGES.txt for TEZ-2663. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/d1105dc6 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/d1105dc6 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/d1105dc6 Branch: refs/heads/master Commit: d1105dc6476210bcf617eed895e4436c6e67cce1 Parents: c3ce351 Author: Hitesh Shah <[email protected]> Authored: Tue Sep 15 18:13:30 2015 -0700 Committer: Hitesh Shah <[email protected]> Committed: Tue Sep 15 18:13:30 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/d1105dc6/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0832f56..537a655 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -180,6 +180,7 @@ Release 0.7.1: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2663. SessionNotRunning exceptions are wrapped in a ServiceException from a dying AM. TEZ-2825. Report progress in terms of completed tasks to reduce load on AM for Tez UI TEZ-2812. Tez UI: Update task & attempt tables while in progress. TEZ-2786. Tez UI: Update vertex, task & attempt details page while in progress.
