From 73246c6578c7d213acad1639ff5c15cc603ab01f Mon Sep 17 00:00:00 2001 From: Laszlo Bodor Date: Fri, 15 Nov 2024 16:06:41 +0100 Subject: [PATCH] TEZ-4587: Synchronize Tez site with the current markup --- .../markdown/releases/apache-tez-0-10-2.md | 30 ++++++++++++++++ .../markdown/releases/apache-tez-0-10-3.md | 30 ++++++++++++++++ .../markdown/releases/apache-tez-0-10-4.md | 30 ++++++++++++++++ docs/src/site/markdown/releases/index.md | 3 ++ docs/src/site/site.xml | 35 ++++--------------- pom.xml | 2 +- 6 files changed, 101 insertions(+), 29 deletions(-) create mode 100644 docs/src/site/markdown/releases/apache-tez-0-10-2.md create mode 100644 docs/src/site/markdown/releases/apache-tez-0-10-3.md create mode 100644 docs/src/site/markdown/releases/apache-tez-0-10-4.md diff --git a/docs/src/site/markdown/releases/apache-tez-0-10-2.md b/docs/src/site/markdown/releases/apache-tez-0-10-2.md new file mode 100644 index 0000000000..2e3cc49c26 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-10-2.md @@ -0,0 +1,30 @@ + + +Apache TEZ® 0.10.2 + +Apache TEZ® 0.10.2 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.10.2/) +- [Release Notes](0.10.2/release-notes.txt) +- Documentation + - [API Javadocs](0.10.2/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.10.2/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.2/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.2/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.2/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/apache-tez-0-10-3.md b/docs/src/site/markdown/releases/apache-tez-0-10-3.md new file mode 100644 index 0000000000..3e86896861 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-10-3.md @@ -0,0 +1,30 @@ + + +Apache TEZ® 0.10.3 + +Apache TEZ® 0.10.3 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.10.3/) +- [Release Notes](0.10.3/release-notes.txt) +- Documentation + - [API Javadocs](0.10.3/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.10.3/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.3/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.3/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.3/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/apache-tez-0-10-4.md b/docs/src/site/markdown/releases/apache-tez-0-10-4.md new file mode 100644 index 0000000000..7028172664 --- /dev/null +++ b/docs/src/site/markdown/releases/apache-tez-0-10-4.md @@ -0,0 +1,30 @@ + + +Apache TEZ® 0.10.4 + +Apache TEZ® 0.10.4 +---------------------- + +- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.10.4/) +- [Release Notes](0.10.4/release-notes.txt) +- Documentation + - [API Javadocs](0.10.4/tez-api-javadocs/index.html) : Documentation for the Tez APIs + - [Runtime Library Javadocs](0.10.4/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.4/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.4/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.4/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 7d5c94871c..9be6f8bf12 100644 --- a/docs/src/site/markdown/releases/index.md +++ b/docs/src/site/markdown/releases/index.md @@ -19,6 +19,9 @@ Releases ------------ +- [Apache TEZ® 0.10.4](./apache-tez-0-10-4.html) (Sep 15, 2024) +- [Apache TEZ® 0.10.3](./apache-tez-0-10-3.html) (Jan 31, 2024) +- [Apache TEZ® 0.10.2](./apache-tez-0-10-2.html) (Jul 30, 2022) - [Apache TEZ® 0.10.1](./apache-tez-0-10-1.html) (Jul 01, 2021) - [Apache TEZ® 0.10.0](./apache-tez-0-10-0.html) (Oct 15, 2020) - [Apache TEZ® 0.9.2](./apache-tez-0-9-2.html) (Mar 29, 2019) diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 84fba95304..b327a4e308 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -22,7 +22,7 @@ org.apache.maven.skins maven-fluido-skin - 1.3.0 + 1.9 @@ -56,24 +56,7 @@ - - + ]]> @@ -121,16 +104,10 @@ - - - - - - - - + + @@ -149,6 +126,7 @@
+ Apache Tez, Apache, the Apache feather logo, and the Apache Tez project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. @@ -157,6 +135,7 @@ + ]]>
diff --git a/pom.xml b/pom.xml index 639b8c534a..24ca2a5066 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 3.0.0 3.1.2 3.2.4 - 2.4 + 3.12.1 3.1.0 4.3.1 4.1.100.Final