You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by sr...@apache.org on 2016/01/20 18:05:33 UTC

[07/50] [abbrv] tez git commit: Fix CHANGES.txt for recent back-ports

Fix CHANGES.txt for recent back-ports


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

Branch: refs/heads/TEZ-2980
Commit: 5334d62215e5d4e633384bf9579c785f4cc629e8
Parents: 34eb75d
Author: Bikas Saha <bi...@apache.org>
Authored: Sat Dec 26 22:49:39 2015 -0800
Committer: Bikas Saha <bi...@apache.org>
Committed: Sat Dec 26 22:49:39 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/tez/blob/5334d622/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 25cfd86..546c3fd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -300,6 +300,14 @@ INCOMPATIBLE CHANGES
   TEZ-2949. Allow duplicate dag names within session for Tez.
 
 ALL CHANGES
+  TEZ-2914. Ability to limit vertex concurrency
+  TEZ-2918. Make progress notifications in IOs
+  TEZ-2952. NPE in TestOnFileUnorderedKVOutput
+  TEZ-808. Handle task attempts that are not making progress
+  TEZ-2987. TestVertexImpl.testTez2684 fails
+  TEZ-2599. Dont send obsoleted data movement events to tasks
+  TEZ-2943. Change shuffle vertex manager to use per vertex data for auto
+  TEZ-2633. Allow VertexManagerPlugins to receive and report based on attempts
   TEZ-3011. Link Vertex Name in Dag Tasks/Task Attempts to Vertex
   TEZ-2538. ADDITIONAL_SPILL_COUNT wrongly populated for DefaultSorter with multiple partitions.
   TEZ-3006. Remove unused import in TestHistoryParser.