Repository: tez Updated Branches: refs/heads/master 82793ff9d -> 7d7b38805
TEZ-3208 part2. Update documentation for 0.8.3 release. Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/7d7b3880 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/7d7b3880 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/7d7b3880 Branch: refs/heads/master Commit: 7d7b388058dfdb70870bdc55cdfc6d709833d8d2 Parents: 82793ff Author: Siddharth Seth <[email protected]> Authored: Fri Apr 15 19:58:24 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Fri Apr 15 19:58:24 2016 -0700 ---------------------------------------------------------------------- Tez_DOAP.rdf | 7 +++++ .../site/markdown/releases/apache-tez-0-8-3.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/7d7b3880/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index cc8abb3..cd613b5 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.3</name> + <created>2016-04-15</created> + <revision>0.8.3</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.8.2</name> <created>2016-01-19</created> <revision>0.8.2</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/7d7b3880/docs/src/site/markdown/releases/apache-tez-0-8-3.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-3.md b/docs/src/site/markdown/releases/apache-tez-0-8-3.md new file mode 100644 index 0000000..5318652 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-8-3.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.3</title></head> + +Apache Tez™ 0.8.3 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.3/) +- [Release Notes](0.8.3/release-notes.txt) +- Documentation + - [API Javadocs](0.8.3/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.8.3/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.3/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.3/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.3/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/7d7b3880/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 5703cf3..e2b466a 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.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) - [Apache Tez™ 0.8.0-alpha](./apache-tez-0-8-0-alpha.html) (Sep 01, 2015) http://git-wip-us.apache.org/repos/asf/tez/blob/7d7b3880/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 9860575..017e123 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -125,7 +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.2" href="./releases/apache-tez-0-8-2.html"/> + <item name="0.8.3" href="./releases/apache-tez-0-8-3.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
