Repository: tez Updated Branches: refs/heads/master 5affb3f54 -> 608e15eee
TEZ-3321 part2. Update website, documentation etc for Tez 0.8.4 release. Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/608e15ee Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/608e15ee Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/608e15ee Branch: refs/heads/master Commit: 608e15eee04f4019657dcc4e02daa20920653042 Parents: 5affb3f Author: Siddharth Seth <[email protected]> Authored: Sat Jul 9 11:37:31 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Sat Jul 9 11:37:31 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 +- Tez_DOAP.rdf | 7 +++++ .../site/markdown/releases/apache-tez-0-8-4.md | 30 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 2 +- 5 files changed, 40 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/608e15ee/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a9c4e35..dc1841c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -78,7 +78,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: -Release 0.8.4: In progress +Release 0.8.4: 2016-07-08 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/tez/blob/608e15ee/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 918892d..01ac0d8 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.4</name> + <created>2016-07-08</created> + <revision>0.8.4</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.7.1</name> <created>2016-05-10</created> <revision>0.7.1</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/608e15ee/docs/src/site/markdown/releases/apache-tez-0-8-4.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-4.md b/docs/src/site/markdown/releases/apache-tez-0-8-4.md new file mode 100644 index 0000000..2250dbe --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-8-4.md @@ -0,0 +1,30 @@ +<!-- + 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.4</title></head> + +Apache Tez™ 0.8.4 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.4/) +- [Release Notes](0.8.4/release-notes.txt) +- Documentation + - [API Javadocs](0.8.4/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.8.4/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.4/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs + - [Tez Configuration](0.8.4/tez-api-javadocs/configs/TezConfiguration.html) : Documentation for configurations of Tez. These configurations are typically specified in tez-site.xml. + - [Tez Runtime Configuration](0.8.4/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters. http://git-wip-us.apache.org/repos/asf/tez/blob/608e15ee/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 3502916..1554a41 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.4](./apache-tez-0-8-4.html) (Jul 08, 2016) - [Apache Tez™ 0.8.3](./apache-tez-0-8-3.html) (Apr 15, 2016) - [Apache Tez™ 0.8.2](./apache-tez-0-8-2.html) (Jan 19, 2016) - [Apache Tez™ 0.8.1-alpha](./apache-tez-0-8-1-alpha.html) (Oct 12, 2015) http://git-wip-us.apache.org/repos/asf/tez/blob/608e15ee/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 264e5c7..3317bac 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -124,7 +124,7 @@ <item name="0.5.4" href="./releases/apache-tez-0-5-4.html"/> <item name="0.6.2" href="./releases/apache-tez-0-6-2.html"/> <item name="0.7.1" href="./releases/apache-tez-0-7-1.html"/> - <item name="0.8.3" href="./releases/apache-tez-0-8-3.html"/> + <item name="0.8.4" href="./releases/apache-tez-0-8-4.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
