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 6AB7218266 for ; Tue, 1 Sep 2015 18:48:41 +0000 (UTC) Received: (qmail 94657 invoked by uid 500); 1 Sep 2015 18:48:41 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 94614 invoked by uid 500); 1 Sep 2015 18:48:41 -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 94605 invoked by uid 99); 1 Sep 2015 18:48:41 -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; Tue, 01 Sep 2015 18:48:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 237C6DFBAE; Tue, 1 Sep 2015 18:48:41 +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 Message-Id: <3dfd49b6d1634dcd9cb9b0b2ae2f7906@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-2762. Changes for 0.8.0-alpha release. (sseth) Date: Tue, 1 Sep 2015 18:48:41 +0000 (UTC) Repository: tez Updated Branches: refs/heads/master 2219c5e72 -> 5cb007945 TEZ-2762. Changes for 0.8.0-alpha release. (sseth) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/5cb00794 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/5cb00794 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/5cb00794 Branch: refs/heads/master Commit: 5cb0079454c23c9daa627e4c3b8b906a6a61f25e Parents: 2219c5e Author: Siddharth Seth Authored: Tue Sep 1 11:48:08 2015 -0700 Committer: Siddharth Seth Committed: Tue Sep 1 11:48:08 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 +- Tez_DOAP.rdf | 7 +++++ .../markdown/releases/apache-tez-0-8-0-alpha.md | 29 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 1 + 5 files changed, 39 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/5cb00794/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e7865c5..66fe000 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,7 +14,7 @@ ALL CHANGES: TEZ-2662. Provide a way to check whether AM or task opts are valid and error if not. TEZ-2739. Improve handling of read errors in critical path analyzer -Release 0.8.0-alpha: 2015-08-29 +Release 0.8.0-alpha: 2015-09-01 INCOMPATIBLE CHANGES TEZ-2048. Remove VertexManagerPluginContext.getTaskContainer() http://git-wip-us.apache.org/repos/asf/tez/blob/5cb00794/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index e83b1b9..38619c0 100644 --- a/Tez_DOAP.rdf +++ b/Tez_DOAP.rdf @@ -36,6 +36,13 @@ + Version 0.8.0-alpha + 2015-09-01 + 0.8.0-alpha + + + + Version 0.6.2 2015-08-07 0.6.2 http://git-wip-us.apache.org/repos/asf/tez/blob/5cb00794/docs/src/site/markdown/releases/apache-tez-0-8-0-alpha.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-0-alpha.md b/docs/src/site/markdown/releases/apache-tez-0-8-0-alpha.md new file mode 100644 index 0000000..f5f2e75 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-8-0-alpha.md @@ -0,0 +1,29 @@ + + +Apache Tez 0.8.0-alpha + +Apache Tez 0.8.0-alpha +---------------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.0-alpha/) +- [Release Notes](0.8.0-alpha/release-notes.txt) +- Documentation + - [API Javadocs](0.8.0-alpha/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.8.0-alpha/tez-runtime-library-javadocs/index.html) : Documentation for built-in implementations of useful Inputs, Outputs, Processors etc. written based on the Tez APIs + - [Tez Mapreduce Javadocs](0.8.0-alpha/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs + http://git-wip-us.apache.org/repos/asf/tez/blob/5cb00794/docs/src/site/markdown/releases/index.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/index.md b/docs/src/site/markdown/releases/index.md index 28423fa..a2d4949 100644 --- a/docs/src/site/markdown/releases/index.md +++ b/docs/src/site/markdown/releases/index.md @@ -19,6 +19,7 @@ Releases ------------ +- [Apache Tez 0.8.0-alpha](./apache-tez-0-8-0-alpha.html) (Sep 01, 2015) - [Apache Tez 0.7.0](./apache-tez-0-7-0.html) (May 18, 2015) - [Apache Tez 0.6.2](./apache-tez-0-6-2.html) (Aug 07, 2015) - [Apache Tez 0.6.1](./apache-tez-0-6-1.html) (May 18, 2015) http://git-wip-us.apache.org/repos/asf/tez/blob/5cb00794/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 9c5247d..a45a9ef 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -125,6 +125,7 @@ +