You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by zj...@apache.org on 2014/11/19 01:30:49 UTC

tez git commit: Update CHANGES.txt (Move TEZ-1687, TEZ-1737, TEZ-1772 from 0.5.3 to 0.6 (zjffdu)

Repository: tez
Updated Branches:
  refs/heads/master 571cea4f0 -> c56bb0199


Update CHANGES.txt (Move TEZ-1687,TEZ-1737,TEZ-1772 from 0.5.3 to 0.6 (zjffdu)


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

Branch: refs/heads/master
Commit: c56bb01998bd6ae201b6f923c119d53c2b747c42
Parents: 571cea4
Author: Jeff Zhang <zj...@apache.org>
Authored: Wed Nov 19 08:29:45 2014 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Wed Nov 19 08:29:45 2014 +0800

----------------------------------------------------------------------
 CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/c56bb019/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index bb31375..3c8c676 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,9 @@ ALL CHANGES:
   TEZ-1721. Update INSTALL instructions for clarifying tez client jars
     compatibility with runtime tarball on HDFS.
   TEZ-1690. TestMultiMRInput tests fail because of user collisions.
+  TEZ-1687. Use logIdentifier of Vertex for logging.
+  TEZ-1737. Should add taskNum in VertexFinishedEvent.
+  TEZ-1772. Failing tests post TEZ-1737.
 
 Release 0.5.3: Unreleased
 
@@ -25,11 +28,8 @@ ALL CHANGES:
   TEZ-1749. Increase test timeout for TestLocalMode.testMultipleClientsWithSession
   TEZ-1750. Add a DAGScheduler which schedules tasks only when sources have been scheduled.
   TEZ-1761. TestRecoveryParser::testGetLastInProgressDAG fails in similar manner to TEZ-1686.
-  TEZ-1687. Use logIdentifier of Vertex for logging.
-  TEZ-1737. Should add taskNum in VertexFinishedEvent.
   TEZ-1770. Handle ConnectExceptions correctly when establishing connections to an NM which may be down.
   TEZ-1774. AppLaunched event for Timeline does not have start time set.
-  TEZ-1772. Failing tests post TEZ-1737.
 
 Release 0.5.2: 2014-11-07