You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2020/10/22 07:14:02 UTC

[tez] branch master updated: TEZ-4243: Changes for 0.10.0 release (László Bodor reviewed by Jonathan Turner Eagles)

This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c53307  TEZ-4243: Changes for 0.10.0 release (László Bodor reviewed by Jonathan Turner Eagles)
6c53307 is described below

commit 6c53307adb0ec1e31d3c20ab599f38e6df449300
Author: László Bodor <bo...@gmail.com>
AuthorDate: Thu Oct 22 09:13:46 2020 +0200

    TEZ-4243: Changes for 0.10.0 release (László Bodor reviewed by Jonathan Turner Eagles)
    
    Signed-off-by: Laszlo Bodor <bo...@gmail.com>
---
 Tez_DOAP.rdf                                       |  7 +++++
 .../site/markdown/releases/apache-tez-0-10-0.md    | 30 ++++++++++++++++++++++
 docs/src/site/markdown/releases/index.md           |  1 +
 docs/src/site/site.xml                             |  1 +
 4 files changed, 39 insertions(+)

diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf
index 68142ec..055a45c 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.10.0</name>
+        <created>2020-10-15</created>
+        <revision>0.10.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Version 0.9.2</name>
         <created>2019-03-29</created>
         <revision>0.9.2</revision>
diff --git a/docs/src/site/markdown/releases/apache-tez-0-10-0.md b/docs/src/site/markdown/releases/apache-tez-0-10-0.md
new file mode 100644
index 0000000..0ba6f7e
--- /dev/null
+++ b/docs/src/site/markdown/releases/apache-tez-0-10-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&reg; 0.10.0</title></head>
+
+Apache TEZ&reg; 0.10.0
+----------------------
+
+- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.10.0/)
+- [Release Notes](0.10.0/release-notes.txt)
+- Documentation
+    - [API Javadocs](0.10.0/tez-api-javadocs/index.html) : Documentation for the Tez APIs
+    - [Runtime Library Javadocs](0.10.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.10.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.10.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.10.0/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.
diff --git a/docs/src/site/markdown/releases/index.md b/docs/src/site/markdown/releases/index.md
index 23ddd43..26c18b0 100644
--- a/docs/src/site/markdown/releases/index.md
+++ b/docs/src/site/markdown/releases/index.md
@@ -19,6 +19,7 @@
 
 Releases
 ------------
+-   [Apache TEZ&reg; 0.10.0](./apache-tez-0-10-0.html) (Oct 15, 2020)
 -   [Apache TEZ&reg; 0.9.2](./apache-tez-0-9-2.html) (Mar 29, 2019)
 -   [Apache TEZ&reg; 0.9.1](./apache-tez-0-9-1.html) (Jan 04, 2018)
 -   [Apache TEZ&reg; 0.9.0](./apache-tez-0-9-0.html) (Jul 27, 2017)
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index b4fbfbf..04187dd 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -129,6 +129,7 @@
       <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="0.9.2" href="./releases/apache-tez-0-9-2.html"/>
+      <item name="0.10.0" href="./releases/apache-tez-0-10.0.html"/>
       <item name="All Releases" href="./releases/index.html"/>
     </menu>