Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Tez_DOAP.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<download-page rdf:resource="http://tez.apache.org/releases/" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/big-data" />
<release>
<Version>
<name>Version 0.10.1</name>
<created>2021-07-01</created>
<revision>0.10.1</revision>
</Version>
</release>
<release>
<Version>
<name>Version 0.10.0</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-docs</artifactId>
<packaging>pom</packaging>
Expand Down
30 changes: 30 additions & 0 deletions docs/src/site/markdown/releases/apache-tez-0-10-1.md
Original file line number Diff line number Diff line change
@@ -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.1</title></head>

Apache TEZ&reg; 0.10.1
----------------------

- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.10.1/)
- [Release Notes](0.10.1/release-notes.txt)
- Documentation
- [API Javadocs](0.10.1/tez-api-javadocs/index.html) : Documentation for the Tez APIs
- [Runtime Library Javadocs](0.10.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.10.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.10.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.10.1/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.
1 change: 1 addition & 0 deletions docs/src/site/markdown/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

Releases
------------
- [Apache TEZ&reg; 0.10.1](./apache-tez-0-10-1.html) (Jul 01, 2021)
- [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)
Expand Down
3 changes: 2 additions & 1 deletion docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@
<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="0.10.0" href="./releases/apache-tez-0-10-0.html"/>
<item name="0.10.1" href="./releases/apache-tez-0-10-1.html"/>
<item name="All Releases" href="./releases/index.html"/>
</menu>

Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim-impls/hadoop-shim-2.7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hadoop-shim-impls</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-shim-2.7</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim-impls/hadoop-shim-2.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>hadoop-shim-impls</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-shim-2.8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim-impls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>hadoop-shim-impls</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>hadoop-shim</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<packaging>pom</packaging>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
<name>tez</name>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion tez-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-build-tools</artifactId>
</project>
2 changes: 1 addition & 1 deletion tez-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<properties>
<tez.component>tez-dag</tez.component>
Expand Down
2 changes: 1 addition & 1 deletion tez-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-dist</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>

<artifactId>tez-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tez-ext-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>

<artifactId>tez-ext-service-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tez-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-mapreduce</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-plugins</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-aux-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>tez-plugins</artifactId>
<groupId>org.apache.tez</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>

<artifactId>tez-aux-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-history-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-history-parser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-protobuf-history-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-protobuf-history-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-cache-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-cache-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-history-with-acls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-history-with-acls</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-history-with-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-history-with-fs</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-plugins/tez-yarn-timeline-history/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-plugins</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-yarn-timeline-history</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-runtime-internals/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-runtime-internals</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-runtime-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-runtime-library</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tools/analyzers/job-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-perf-analyzer</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-job-analyzer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tools/analyzers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-tools</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-perf-analyzer</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tez-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-tools</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tez-tools/tez-javadoc-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-tools</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-javadoc-tools</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-tools/tez-tfile-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez-tools</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-tfile-parser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tez-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.tez</groupId>
<artifactId>tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>tez-ui</artifactId>
<packaging>war</packaging>
Expand Down