Repository: tez Updated Branches: refs/heads/master 4d891ea76 -> 6aabbc3b7
TEZ-2463. Update site for 0.7.0 release (zjffdu) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/6aabbc3b Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/6aabbc3b Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/6aabbc3b Branch: refs/heads/master Commit: 6aabbc3b76b9e03ca97fc570c5c6f48df722922a Parents: 4d891ea Author: Jeff Zhang <[email protected]> Authored: Tue May 19 20:32:08 2015 +0800 Committer: Jeff Zhang <[email protected]> Committed: Tue May 19 20:32:08 2015 +0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + .../site/markdown/releases/apache-tez-0-7-0.md | 29 ++++++++++++++++++++ docs/src/site/markdown/releases/index.md | 2 +- docs/src/site/site.xml | 1 + 4 files changed, 32 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/6aabbc3b/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a9556a8..881a38a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ Release 0.8.0: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2463. Update site for 0.7.0 release TEZ-2461. tez-history-parser compile fails with hadoop-2.4. TEZ-2076. Tez framework to extract/analyze data stored in ATS for specific dag. TEZ-2436. Tez UI: Add cancel button in column selector. http://git-wip-us.apache.org/repos/asf/tez/blob/6aabbc3b/docs/src/site/markdown/releases/apache-tez-0-7-0.md ---------------------------------------------------------------------- diff --git a/docs/src/site/markdown/releases/apache-tez-0-7-0.md b/docs/src/site/markdown/releases/apache-tez-0-7-0.md new file mode 100644 index 0000000..e96a27d --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-7-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.7.0</title></head> + +Apache Tez 0.7.0 +---------------- + +- [Release Artifacts](http://www.apache.org/dyn/closer.cgi/tez/0.7.0/) +- [Release Notes](0.7.0/release-notes.txt) +- Documentation + - [API Javadocs](0.7.0/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.7.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.7.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/6aabbc3b/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 9c223dd..978e88d 100644 --- a/docs/src/site/markdown/releases/index.md +++ b/docs/src/site/markdown/releases/index.md @@ -19,7 +19,7 @@ Releases ------------ - +- [Apache Tez 0.7.0](./apache-tez-0-7-0.html) (May 18, 2015) - [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) http://git-wip-us.apache.org/repos/asf/tez/blob/6aabbc3b/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index a29ddea..3912d2c 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -117,6 +117,7 @@ <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="0.7.0" href="./releases/apache-tez-0-7-0.html"/> <item name="All Releases" href="./releases/index.html"/> </menu>
