Repository: tez Updated Branches: refs/heads/master 3f4e8a7bf -> 12e1e6673
TEZ-1996. Update Website after 0.6.0 (jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/12e1e667 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/12e1e667 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/12e1e667 Branch: refs/heads/master Commit: 12e1e6673d9e003f85ae180fc4bcf7893c7ab698 Parents: 3f4e8a7 Author: Jonathan Eagles <[email protected]> Authored: Fri Jan 23 23:07:53 2015 -0600 Committer: Jonathan Eagles <[email protected]> Committed: Fri Jan 23 23:07:53 2015 -0600 ---------------------------------------------------------------------- CHANGES.txt | 1 + Tez_DOAP.rdf | 5 ++++ .../site/markdown/releases/apache-tez-0-6-0.md | 29 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 1 + docs/src/site/site.xml | 1 + 5 files changed, 37 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/12e1e667/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index cc86772..7542c13 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ Release 0.7.0: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-1996. Update Website after 0.6.0 TEZ-1803. Support > 2gb sort buffer in pipelinedsorter. TEZ-1826. Add option to disable split grouping and local mode option for tez-examples. TEZ-1982. TezChild setupUgi should not be using environment. http://git-wip-us.apache.org/repos/asf/tez/blob/12e1e667/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index df07f32..7077704 100644 --- a/Tez_DOAP.rdf +++ b/Tez_DOAP.rdf @@ -36,6 +36,11 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <release> <Version> + <name>Version 0.6.0</name> + <created>2015-01-23</created> + <revision>0.6.0</revision> + </Version> + <Version> <name>Version 0.5.3</name> <created>2014-12-10</created> <revision>0.5.3</revision> http://git-wip-us.apache.org/repos/asf/tez/blob/12e1e667/docs/src/site/markdown/releases/apache-tez-0-6-0.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-6-0.md b/docs/src/site/markdown/releases/apache-tez-0-6-0.md new file mode 100644 index 0000000..b7c1308 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-6-0.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.0</title></head> + +Apache Tez 0.6.0 +---------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.cgi/tez/0.6.0/) +- [Release Notes](0.6.0/release-notes.txt) +- Documentation + - [API Javadocs](0.6.0/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.6.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.6.0/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/12e1e667/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 b7a0add..9c223dd 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.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) - [Apache Tez 0.5.1](./apache-tez-0-5-1.html) (Oct 08, 2014) http://git-wip-us.apache.org/repos/asf/tez/blob/12e1e667/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index f15137e..dd59535 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -115,6 +115,7 @@ <menu name="Releases"> <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="All Releases" href="./releases/index.html"/> </menu>
