TEZ-3651 part2. Update website, documentation etc for Tez 0.8.5 release.
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/90814204 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/90814204 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/90814204 Branch: refs/heads/TEZ-1190 Commit: 908142047d198569088d7166a7eda128c8f95c54 Parents: b2be0d5 Author: Siddharth Seth <[email protected]> Authored: Mon Mar 13 19:22:19 2017 -0700 Committer: Siddharth Seth <[email protected]> Committed: Mon Mar 13 19:22:19 2017 -0700 ---------------------------------------------------------------------- Tez_DOAP.rdf | 7 +++++ .../site/markdown/releases/apache-tez-0-8-5.md | 30 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 2 +- 4 files changed, 39 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/90814204/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 01ac0d8..2755f97 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.5</name> + <created>2017-03-13</created> + <revision>0.8.5</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.8.4</name> <created>2016-07-08</created> <revision>0.8.4</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/90814204/docs/src/site/markdown/releases/apache-tez-0-8-5.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-5.md b/docs/src/site/markdown/releases/apache-tez-0-8-5.md new file mode 100644 index 0000000..9b73cec --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-8-5.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.5</title></head> + +Apache Tez™ 0.8.5 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.5/) +- [Release Notes](0.8.5/release-notes.txt) +- Documentation + - [API Javadocs](0.8.5/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.8.5/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.5/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.5/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.5/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/90814204/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 1554a41..259a5a8 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.5](./apache-tez-0-8-5.html) (Mar 13, 2017) - [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) http://git-wip-us.apache.org/repos/asf/tez/blob/90814204/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 3317bac..91aa8de 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.4" href="./releases/apache-tez-0-8-4.html"/> + <item name="0.8.5" href="./releases/apache-tez-0-8-5.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
