Skip to content

Commit 17e008b

Browse files
committed
TEZ-4627: Apache Tez Release 0.10.5 - site markdown changes
1 parent 77ad356 commit 17e008b

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
18+
<head><title>Apache TEZ&reg; 0.10.5</title></head>
19+
20+
Apache TEZ&reg; 0.10.5
21+
----------------------
22+
23+
- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.10.5/)
24+
- [Release Notes](0.10.5/release-notes.txt)
25+
- Documentation
26+
- [API Javadocs](0.10.5/tez-api-javadocs/index.html) : Documentation for the Tez APIs
27+
- [Runtime Library Javadocs](0.10.5/tez-runtime-library-javadocs/index.html) : Documentation for built-in implementations of useful Inputs, Outputs, Processors etc. written based on the Tez APIs
28+
- [Tez Mapreduce Javadocs](0.10.5/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs
29+
- [Tez Configuration](0.10.5/tez-api-javadocs/configs/TezConfiguration.html) : Documentation for configurations of Tez. These configurations are typically specified in tez-site.xml.
30+
- [Tez Runtime Configuration](0.10.5/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.

docs/src/site/markdown/releases/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
Releases
2121
------------
22+
- [Apache TEZ&reg; 0.10.5](./apache-tez-0-10-5.html) (May 30, 2025)
2223
- [Apache TEZ&reg; 0.10.4](./apache-tez-0-10-4.html) (Sep 15, 2024)
2324
- [Apache TEZ&reg; 0.10.3](./apache-tez-0-10-3.html) (Jan 31, 2024)
2425
- [Apache TEZ&reg; 0.10.2](./apache-tez-0-10-2.html) (Jul 30, 2022)

docs/src/site/site.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@
122122
<menu name="Download Apache TEZ&#174; Releases">
123123
<item name="0.8.5" href="./releases/apache-tez-0-8-5.html"/>
124124
<item name="0.9.2" href="./releases/apache-tez-0-9-2.html"/>
125-
<item name="0.10.3" href="./releases/apache-tez-0-10-3.html"/>
126-
<item name="0.10.4" href="./releases/apache-tez-0-10-4.html"/>
125+
<item name="0.10.5" href="./releases/apache-tez-0-10-5.html"/>
127126
<item name="All Releases" href="./releases/index.html"/>
128127
</menu>
129128

0 commit comments

Comments
 (0)