Repository: tez Updated Branches: refs/heads/branch-0.7 1ba01ee55 -> 4cb020c53
TEZ-3243. TEZ-3243. Output vertices are hidden for UI graph view (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/4cb020c5 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/4cb020c5 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/4cb020c5 Branch: refs/heads/branch-0.7 Commit: 4cb020c53deefcbc207d100219ce891aca2d34a9 Parents: 1ba01ee Author: Jonathan Eagles <[email protected]> Authored: Fri May 6 09:48:07 2016 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Fri May 6 09:48:07 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/4cb020c5/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ff0990c..d7f67cf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Apache Tez Change Log ===================== +Release 0.7.2 Unreleased + +INCOMPATIBLE CHANGES + +ALL CHANGES: + TEZ-3243. Output vertices are hidden for UI graph view + Release 0.7.1: Unreleased INCOMPATIBLE CHANGES @@ -9,7 +16,6 @@ INCOMPATIBLE CHANGES TEZ-2972. Avoid task rescheduling when a node turns unhealthy ALL CHANGES: - TEZ-3243. Output vertices are hidden for UI graph view TEZ-3241. Exclude LICENSE files from rat check. TEZ-3193. Deadlock in AM during task commit request. TEZ-3203. DAG hangs when one of the upstream vertices has zero tasks
