Repository: tez Updated Branches: refs/heads/master ebb96d5e5 -> c1c6d3eb6
TEZ-2685. Tez 0.6.2 Release Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c1c6d3eb Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c1c6d3eb Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c1c6d3eb Branch: refs/heads/master Commit: c1c6d3eb61739e5d7d87cfda0fea999de174865d Parents: ebb96d5 Author: Jonathan Eagles <[email protected]> Authored: Wed Aug 12 15:43:37 2015 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Wed Aug 12 15:44:42 2015 -0500 ---------------------------------------------------------------------- .../site/markdown/releases/apache-tez-0-6-2.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/c1c6d3eb/docs/src/site/markdown/releases/apache-tez-0-6-2.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-6-2.md b/docs/src/site/markdown/releases/apache-tez-0-6-2.md new file mode 100644 index 0000000..8c33f76 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-6-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.6.2</title></head> + +Apache Tez 0.6.2 +---------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.cgi/tez/0.6.2/) +- [Release Notes](0.6.2/release-notes.txt) +- Documentation + - [API Javadocs](0.6.2/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.6.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.6.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/c1c6d3eb/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 a9c752f..e8da109 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-2.html) (Aug 07, 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.4](./apache-tez-0-5-4.html) (Jun 26, 2015) http://git-wip-us.apache.org/repos/asf/tez/blob/c1c6d3eb/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 1b73380..9c5247d 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -123,6 +123,7 @@ <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="All Releases" href="./releases/index.html"/> </menu>
