Repository: tez Updated Branches: refs/heads/master 4c378b443 -> 4c4bf99eb
TEZ-3882. Changes for 0.9.1 release (zhiyuany) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/4c4bf99e Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/4c4bf99e Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/4c4bf99e Branch: refs/heads/master Commit: 4c4bf99eb749e2db0f211710d3a625dc91588d14 Parents: 4c378b4 Author: Zhiyuan Yang <[email protected]> Authored: Thu Jan 4 14:46:56 2018 -0800 Committer: Zhiyuan Yang <[email protected]> Committed: Thu Jan 4 14:46:56 2018 -0800 ---------------------------------------------------------------------- Tez_DOAP.rdf | 7 +++++ .../site/markdown/releases/apache-tez-0-9-1.md | 30 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 1 + 4 files changed, 39 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/4c4bf99e/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index d50e5ab..7e32221 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.9.1</name> + <created>2018-01-04</created> + <revision>0.9.1</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.9.0</name> <created>2017-07-27</created> <revision>0.9.0</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/4c4bf99e/docs/src/site/markdown/releases/apache-tez-0-9-1.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-9-1.md b/docs/src/site/markdown/releases/apache-tez-0-9-1.md new file mode 100644 index 0000000..452bce5 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-9-1.md @@ -0,0 +1,30 @@ +<!-- + 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.9.1</title></head> + +Apache TEZ® 0.9.1 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.9.1/) +- [Release Notes](0.9.1/release-notes.txt) +- Documentation + - [API Javadocs](0.9.1/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.9.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.9.1/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs + - [Tez Configuration](0.9.1/tez-api-javadocs/configs/TezConfiguration.html) : Documentation for configurations of Tez. These configurations are typically specified in tez-site.xml. + - [Tez Runtime Configuration](0.9.1/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters. http://git-wip-us.apache.org/repos/asf/tez/blob/4c4bf99e/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 08f4819..3c2b393 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.9.1](./apache-tez-0-9-1.html) (Jan 04, 2018) - [Apache TEZ® 0.9.0](./apache-tez-0-9-0.html) (Jul 27, 2017) - [Apache TEZ® 0.8.5](./apache-tez-0-8-5.html) (Mar 13, 2017) - [Apache TEZ® 0.8.4](./apache-tez-0-8-4.html) (Jul 08, 2016) http://git-wip-us.apache.org/repos/asf/tez/blob/4c4bf99e/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 226293e..79a613b 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -127,6 +127,7 @@ <item name="0.7.1" href="./releases/apache-tez-0-7-1.html"/> <item name="0.8.5" href="./releases/apache-tez-0-8-5.html"/> <item name="0.9.0" href="./releases/apache-tez-0-9-0.html"/> + <item name="0.9.1" href="./releases/apache-tez-0-9-1.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
