Repository: tez Updated Branches: refs/heads/master 0d8c26235 -> 20ef028f9
TEZ-2451. Tez 0.6.1 Release Changes - update website Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/20ef028f Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/20ef028f Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/20ef028f Branch: refs/heads/master Commit: 20ef028f9769dc32b92bbc40e286c5fad58703b3 Parents: 0d8c262 Author: Jonathan Eagles <[email protected]> Authored: Tue May 19 13:45:10 2015 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Tue May 19 13:45:10 2015 -0500 ---------------------------------------------------------------------- .../site/markdown/releases/apache-tez-0-6-1.md | 29 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 1 + 3 files changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/20ef028f/docs/src/site/markdown/releases/apache-tez-0-6-1.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-6-1.md b/docs/src/site/markdown/releases/apache-tez-0-6-1.md new file mode 100644 index 0000000..a5f17be --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-6-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.6.1</title></head> + +Apache Tez 0.6.1 +---------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.cgi/tez/0.6.1/) +- [Release Notes](0.6.1/release-notes.txt) +- Documentation + - [API Javadocs](0.6.1/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.6.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.6.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/20ef028f/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 978e88d..2d85e17 100644 --- a/docs/src/site/markdown/releases/index.md +++ b/docs/src/site/markdown/releases/index.md @@ -20,6 +20,7 @@ Releases ------------ - [Apache Tez 0.7.0](./apache-tez-0-7-0.html) (May 18, 2015) +- [Apache Tez 0.6.1](./apache-tez-0-6-1.html) (May 18, 2015) - [Apache Tez 0.6.0](./apache-tez-0-6-0.html) (Jan 23, 2015) - [Apache Tez 0.5.3](./apache-tez-0-5-3.html) (Dec 10, 2014) - [Apache Tez 0.5.2](./apache-tez-0-5-2.html) (Nov 07, 2014) http://git-wip-us.apache.org/repos/asf/tez/blob/20ef028f/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 3912d2c..d04d306 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -117,6 +117,7 @@ <item name="0.4.1-incubating" href="http://archive.apache.org/dist/incubator/tez/tez-0.4.1-incubating/"/> <item name="0.5.3" href="./releases/apache-tez-0-5-3.html"/> <item name="0.6.0" href="./releases/apache-tez-0-6-0.html"/> + <item name="0.6.1" href="./releases/apache-tez-0-6-1.html"/> <item name="0.7.0" href="./releases/apache-tez-0-7-0.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
