Repository: tez Updated Branches: refs/heads/master fcd6bb686 -> 748f58da8
Fix CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/748f58da Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/748f58da Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/748f58da Branch: refs/heads/master Commit: 748f58da89edc5513600a53d2be2973b60507965 Parents: fcd6bb6 Author: Gopal V <[email protected]> Authored: Fri May 1 19:40:55 2015 +0530 Committer: Gopal V <[email protected]> Committed: Fri May 1 19:40:55 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/748f58da/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index c8f8a3a..3cc9764 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,7 @@ ALL CHANGES: TEZ-2395. Tez UI: Minimum/Maximum Duration show a empty bracket next to 0 secs when you purposefully failed a job. TEZ-2360. per-io counters flag should generate both overall and per-edge counters TEZ-2389. Tez UI: Sort by attempt-no is incorrect in attempts pages. + TEZ-2363: Fix off-by-one error in REDUCE_INPUT_RECORDS counter TEZ-2383. Cleanup input/output/processor contexts in LogicalIOProcessorRuntimeTask. TEZ-2084. Tez UI: Stacktrace format info is lost in diagnostics TEZ-2374. Fix build break against hadoop-2.2 due to TEZ-2325.
