TEZ-3236. Prepping docs for 0.7.1 release
Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ddd25614 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ddd25614 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ddd25614 Branch: refs/heads/master Commit: ddd25614e7df57719d197f8f62ddb024db176603 Parents: 5d509d8 Author: Hitesh Shah <[email protected]> Authored: Tue May 10 21:26:37 2016 -0700 Committer: Hitesh Shah <[email protected]> Committed: Wed May 11 08:21:14 2016 -0700 ---------------------------------------------------------------------- .../site/markdown/releases/apache-tez-0-7-0.md | 2 +- .../site/markdown/releases/apache-tez-0-7-1.md | 29 ++++++++++++++++++++ .../site/markdown/releases/apache-tez-0-8-2.md | 2 +- docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 3 +- 5 files changed, 33 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/ddd25614/docs/src/site/markdown/releases/apache-tez-0-7-0.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-7-0.md b/docs/src/site/markdown/releases/apache-tez-0-7-0.md index 5c9aa1f..8c0f956 100644 --- a/docs/src/site/markdown/releases/apache-tez-0-7-0.md +++ b/docs/src/site/markdown/releases/apache-tez-0-7-0.md @@ -20,7 +20,7 @@ Apache Tez™ 0.7.0 ---------------- -- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.7.0/) +- [Download Release Artifacts](http://archive.apache.org/dist/tez/0.7.0/) - [Release Notes](0.7.0/release-notes.txt) - Documentation - [API Javadocs](0.7.0/tez-api-javadocs/index.html) : Documentation for the Tez APIs http://git-wip-us.apache.org/repos/asf/tez/blob/ddd25614/docs/src/site/markdown/releases/apache-tez-0-7-1.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-7-1.md b/docs/src/site/markdown/releases/apache-tez-0-7-1.md new file mode 100644 index 0000000..1c1766f --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-7-1.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.7.1</title></head> + +Apache Tez™ 0.7.1 +---------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.7.1/) +- [Release Notes](0.7.1/release-notes.txt) +- Documentation + - [API Javadocs](0.7.1/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.7.1/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.7.1/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/ddd25614/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 index 1354ed6..8c25155 100644 --- a/docs/src/site/markdown/releases/apache-tez-0-8-2.md +++ b/docs/src/site/markdown/releases/apache-tez-0-8-2.md @@ -20,7 +20,7 @@ Apache Tez™ 0.8.2 ---------------------- -- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.2/) +- [Download Release Artifacts](http://archive.apache.org/dist/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 http://git-wip-us.apache.org/repos/asf/tez/blob/ddd25614/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 e2b466a..3502916 100644 --- a/docs/src/site/markdown/releases/index.md +++ b/docs/src/site/markdown/releases/index.md @@ -23,6 +23,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.1](./apache-tez-0-7-1.html) (May 10, 2016) - [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/ddd25614/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 017e123..264e5c7 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -122,9 +122,8 @@ <menu name="Download Apache Tez™ Releases"> <item name="0.4.1-incubating" href="http://archive.apache.org/dist/incubator/tez/tez-0.4.1-incubating/"/> <item name="0.5.4" href="./releases/apache-tez-0-5-4.html"/> - <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.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="All Releases" href="./releases/index.html"/> </menu>
