Repository: tez Updated Branches: refs/heads/master 6cde59994 -> 822bc6927
TEZ-2883. Additional updates to docs for 0.8.1-alpha release (sseth) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/822bc692 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/822bc692 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/822bc692 Branch: refs/heads/master Commit: 822bc6927cb9fdeffef88edba47ae18c20c07ef6 Parents: 6cde599 Author: Siddharth Seth <[email protected]> Authored: Mon Oct 12 13:03:00 2015 -0700 Committer: Siddharth Seth <[email protected]> Committed: Mon Oct 12 13:03:00 2015 -0700 ---------------------------------------------------------------------- .../markdown/releases/apache-tez-0-8-1-alpha.md | 29 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/822bc692/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md b/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md new file mode 100644 index 0000000..c00f0d5 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.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.1-alpha</title></head> + +Apache Tez 0.8.1-alpha +---------------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.1-alpha/) +- [Release Notes](0.8.1-alpha/release-notes.txt) +- Documentation + - [API Javadocs](0.8.1-alpha/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.8.1-alpha/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.1-alpha/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/822bc692/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 a2d4949..2152de6 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.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) - [Apache Tez 0.6.2](./apache-tez-0-6-2.html) (Aug 07, 2015) http://git-wip-us.apache.org/repos/asf/tez/blob/822bc692/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index a45a9ef..d313810 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.0-alpha" href="./releases/apache-tez-0-8-0-alpha.html"/> + <item name="0.8.1-alpha" href="./releases/apache-tez-0-8-1-alpha.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
