Repository: tez Updated Branches: refs/heads/master b0ba133ff -> 9e47c635c
TEZ-3033 part2. Update documentation for 0.8.2 release. Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/9e47c635 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/9e47c635 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/9e47c635 Branch: refs/heads/master Commit: 9e47c635cb34149ca31eebdbd836410957e7782b Parents: b0ba133 Author: Siddharth Seth <[email protected]> Authored: Tue Jan 19 15:18:42 2016 -0800 Committer: Siddharth Seth <[email protected]> Committed: Tue Jan 19 15:18:42 2016 -0800 ---------------------------------------------------------------------- Tez_DOAP.rdf | 7 +++++ .../site/markdown/releases/apache-tez-0-8-2.md | 29 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 2 +- 4 files changed, 38 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/9e47c635/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 96b41b0..cc8abb3 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.2</name> + <created>2016-01-19</created> + <revision>0.8.2</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.8.1-alpha</name> <created>2015-10-12</created> <revision>0.8.1-alpha</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/9e47c635/docs/src/site/markdown/releases/apache-tez-0-8-2.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-2.md b/docs/src/site/markdown/releases/apache-tez-0-8-2.md new file mode 100644 index 0000000..984e507 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-8-2.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.2</title></head> + +Apache Tez 0.8.2 +---------------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.2/) +- [Release Notes](0.8.2/release-notes.txt) +- Documentation + - [API Javadocs](0.8.2/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.8.2/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.2/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/9e47c635/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 2152de6..3822e07 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.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) - [Apache Tez 0.7.0](./apache-tez-0-7-0.html) (May 18, 2015) http://git-wip-us.apache.org/repos/asf/tez/blob/9e47c635/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index d313810..dc4cec8 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.1-alpha" href="./releases/apache-tez-0-8-1-alpha.html"/> + <item name="0.8.2" href="./releases/apache-tez-0-8-2.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
