Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBB3917EB7 for ; Thu, 12 Feb 2015 07:27:47 +0000 (UTC) Received: (qmail 99711 invoked by uid 500); 12 Feb 2015 07:27:47 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 99591 invoked by uid 500); 12 Feb 2015 07:27:47 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 99318 invoked by uid 99); 12 Feb 2015 07:27:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 07:27:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3D1F4E0990; Thu, 12 Feb 2015 07:27:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sseth@apache.org To: commits@tez.apache.org Date: Thu, 12 Feb 2015 07:27:56 -0000 Message-Id: <500b38b565c647a3a04e6e87f68e5324@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [10/12] tez git commit: TEZ-2071. Update CHANGES.txt - move it to 0.5.4 (zjffdu) TEZ-2071. Update CHANGES.txt - move it to 0.5.4 (zjffdu) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/23fb9960 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/23fb9960 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/23fb9960 Branch: refs/heads/TEZ-2003 Commit: 23fb9960c77257652c30197a448cab02f8ea4994 Parents: 53604b5 Author: Jeff Zhang Authored: Thu Feb 12 09:49:50 2015 +0800 Committer: Jeff Zhang Committed: Thu Feb 12 09:49:50 2015 +0800 ---------------------------------------------------------------------- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/23fb9960/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1d86ba4..b0127d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,6 @@ Release 0.7.0: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: - TEZ-2071. TestAMRecovery should set test names for test DAGs. TEZ-1233. Allow configuration of framework parameters per vertex. TEZ-2045. TaskAttemptListener should not pull Tasks from AMContainer. Instead these should be registered with the listener. TEZ-1914. VertexManager logic should not run on the central dispatcher @@ -194,6 +193,7 @@ TEZ-UI CHANGES (TEZ-8): Release 0.5.4: Unreleased ALL CHANGES: + TEZ-2071. TestAMRecovery should set test names for test DAGs. TEZ-1928. Tez local mode hang in Pig tez local mode. TEZ-1893. Verify invalid -1 parallelism in DAG.verify(). TEZ-900. Confusing message for incorrect queue for some tez examples.