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 2015/08/28 19:53:22 UTC

tez git commit: Update CHANGES.txt for TEZ-2662. (hitesh)

Repository: tez
Updated Branches:
  refs/heads/master 5af6fa3fd -> 6b9451747


Update CHANGES.txt for TEZ-2662. (hitesh)


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

Branch: refs/heads/master
Commit: 6b9451747812a33b8248c140088d8dbdcbda2bba
Parents: 5af6fa3
Author: Hitesh Shah <hi...@apache.org>
Authored: Fri Aug 28 10:53:06 2015 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Fri Aug 28 10:53:06 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/tez/blob/6b945174/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 09e51d8..28dd3a5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -151,6 +151,7 @@ Release 0.7.1: Unreleased
 INCOMPATIBLE CHANGES
 
 ALL CHANGES:
+  TEZ-2662. Provide a way to check whether AM or task opts are valid and error if not.
   TEZ-2300. TezClient.stop() takes a lot of time or does not work sometimes
   TEZ-2734. Add a test to verify the filename generated by OnDiskMerge.
   TEZ-2732. DefaultSorter throws ArrayIndex exceptions on 2047 Mb size sort buffers