Repository: tez Updated Branches: refs/heads/master 4b5448d79 -> 46e7706bb
TEZ-3806. Changes for 0.9.0 release (zhiyuany) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/46e7706b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/46e7706b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/46e7706b Branch: refs/heads/master Commit: 46e7706bbd02b1583ea568a453407e6ccb781e5f Parents: 4b5448d Author: Zhiyuan Yang <[email protected]> Authored: Thu Jul 27 18:03:18 2017 -0700 Committer: Zhiyuan Yang <[email protected]> Committed: Thu Jul 27 18:03:18 2017 -0700 ---------------------------------------------------------------------- Tez_DOAP.rdf | 7 +++++ .../site/markdown/releases/apache-tez-0-9-0.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/46e7706b/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 2755f97..d50e5ab 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.0</name> + <created>2017-07-27</created> + <revision>0.9.0</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.8.5</name> <created>2017-03-13</created> <revision>0.8.5</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/46e7706b/docs/src/site/markdown/releases/apache-tez-0-9-0.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-9-0.md b/docs/src/site/markdown/releases/apache-tez-0-9-0.md new file mode 100644 index 0000000..5059790 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-9-0.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.0</title></head> + +Apache Tez™ 0.9.0 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.9.0/) +- [Release Notes](0.9.0/release-notes.txt) +- Documentation + - [API Javadocs](0.9.0/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.9.0/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.0/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.0/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.0/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/46e7706b/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 259a5a8..9e9df22 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.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) - [Apache Tez™ 0.8.3](./apache-tez-0-8-3.html) (Apr 15, 2016) http://git-wip-us.apache.org/repos/asf/tez/blob/46e7706b/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index b89c1ba..91d15a9 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -126,6 +126,7 @@ <item name="0.6.2" href="./releases/apache-tez-0-6-2.html"/> <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="All Releases" href="./releases/index.html"/> </menu>
