You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2016/07/26 13:24:12 UTC

tez git commit: Update CHANGES.txt for TEZ-3374.

Repository: tez
Updated Branches:
  refs/heads/master 244b1f19e -> ac37c4a49


Update CHANGES.txt for TEZ-3374.


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ac37c4a4
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ac37c4a4
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ac37c4a4

Branch: refs/heads/master
Commit: ac37c4a490f91edc5719a61b7e38d130cde006b5
Parents: 244b1f1
Author: Hitesh Shah <hi...@apache.org>
Authored: Tue Jul 26 06:23:57 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Tue Jul 26 06:23:57 2016 -0700

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/ac37c4a4/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 6b28acc..fb39981 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -89,6 +89,7 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES:
 
+  TEZ-3374. Change TEZ_HISTORY_LOGGING_TIMELINE_NUM_DAGS_PER_GROUP conf key name.
   TEZ-3358. Support using the same TimelineGroupId for multiple DAGs.
   TEZ-3357. Change TimelineCachePlugin to handle DAG grouping.
   TEZ-3348. NullPointerException in Tez MROutput while trying to write using Parquet's DeprecatedParquetOutputFormat.