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 <[email protected]> Authored: Tue Sep 1 11:48:08 2015 -0700 Committer: Siddharth Seth <[email protected]> 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 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <release> <Version> + <name>Version 0.8.0-alpha</name> + <created>2015-09-01</created> + <revision>0.8.0-alpha</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.6.2</name> <created>2015-08-07</created> <revision>0.6.2</revision> 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 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<head><title>Apache Tez 0.8.0-alpha</title></head> + +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 @@ <item name="0.6.1" href="./releases/apache-tez-0-6-1.html"/> <item name="0.6.2" href="./releases/apache-tez-0-6-2.html"/> <item name="0.7.0" href="./releases/apache-tez-0-7-0.html"/> + <item name="0.8.0-alpha" href="./releases/apache-tez-0-8-0-alpha.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
