This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/asf-site by this push:
new eda97cd62 Regenerated Amoro site page based on
958e2093d973482420012513ade460675e10da2b commit
eda97cd62 is described below
commit eda97cd62bdcadf8e43eebec59a66e38982d8365
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Mar 31 06:28:24 2026 +0000
Regenerated Amoro site page based on
958e2093d973482420012513ade460675e10da2b commit
---
output/benchmark-guide/index.html | 38 +++++++++++++++++++++-
output/benchmark-report/index.html | 38 +++++++++++++++++++++-
output/blogs/index.html | 38 +++++++++++++++++++++-
output/css/amoro-theme.css | 64 ++++++++++++++++++++++++++++++++++---
output/download/index.html | 38 +++++++++++++++++++++-
output/how-to-contribute/index.html | 38 +++++++++++++++++++++-
output/join-community/index.html | 38 +++++++++++++++++++++-
output/quick-start/index.html | 38 +++++++++++++++++++++-
output/release-guide/index.html | 38 +++++++++++++++++++++-
output/validate-release/index.html | 38 +++++++++++++++++++++-
10 files changed, 392 insertions(+), 14 deletions(-)
diff --git a/output/benchmark-guide/index.html
b/output/benchmark-guide/index.html
index e9b21a496..5ac66201c 100644
--- a/output/benchmark-guide/index.html
+++ b/output/benchmark-guide/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1 id="benchmark-guild">Benchmark
Guild</h1>
+ <div class="margin-for-toc">
+ <h1 id="benchmark-guild">Benchmark Guild</h1>
<p>This guilde introduces detailed steps for executing the benchmark to
validate performance of various data lake formats.</p>
<p>By following the steps in the guild, you can learn about the analytical
performance of different data lake table format. At the same time, you can
flexibly adjust the test scenarios to obtain test results that better suit your
actual scenario.</p>
<h2 id="deploy-testing-environment">Deploy testing environment</h2>
diff --git a/output/benchmark-report/index.html
b/output/benchmark-report/index.html
index 883036654..f59079004 100644
--- a/output/benchmark-report/index.html
+++ b/output/benchmark-report/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1
id="benchmark-report">Benchmark Report</h1>
+ <div class="margin-for-toc">
+ <h1 id="benchmark-report">Benchmark Report</h1>
<h2 id="test-purpose">Test purpose</h2>
<p>This test aims at comparing the OLAP benchmark performance of various data
lake formats in the scenario of continuous streaming ingestion in the CDC
database.</p>
<p>Meanwhile, particular attention was paid during the testing process to the
impact of enabling self-optimizing on the analytical performance of the
table.</p>
diff --git a/output/blogs/index.html b/output/blogs/index.html
index 9cb701095..8168ef898 100644
--- a/output/blogs/index.html
+++ b/output/blogs/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h2 id="amoro-blogs">Amoro
Blogs</h2>
+ <div class="margin-for-toc">
+ <h2 id="amoro-blogs">Amoro Blogs</h2>
<p>Here is a list of blogs that talk about Amoro. The blogs are ordered from
most recent to oldest.</p>
<h3
id="10x-faster-iceberg-compaction-how-apache-amoros-self-optimizing-outperforms-spark-jobs"><a
href="https://medium.com/@jinsong.zhou1990/10x-efficiency-boost-compared-to-spark-rewritefiles-procedure-how-apache-amoro-efficiently-7e7a993950d7">10x
Faster Iceberg Compaction: How Apache Amoro’s Self-Optimizing Outperforms
Spark Jobs</a></h3>
<p><strong>Date</strong>: Sep 19th, 2025</p>
diff --git a/output/css/amoro-theme.css b/output/css/amoro-theme.css
index c31c55f2f..97fd08209 100644
--- a/output/css/amoro-theme.css
+++ b/output/css/amoro-theme.css
@@ -362,6 +362,7 @@ i {
}
.margin-for-toc {
margin-right: 0;
+ padding-right: 20px;
}
section {
margin-left: 20px;
@@ -400,6 +401,59 @@ i {
background-color: #FFD2D2;
}
+.latest-docs-note {
+ margin: 8px 0 20px;
+ padding: 18px 22px;
+ border-left: 8px solid #f2a900;
+ border-radius: 14px;
+ background: #fff6df;
+ color: #5b4108;
+ box-shadow: 0 2px 10px rgba(62, 42, 0, 0.08);
+}
+
+.latest-docs-note p {
+ margin: 0;
+ font-size: inherit;
+ line-height: inherit;
+}
+
+.latest-docs-note p + p {
+ margin-top: 12px;
+}
+
+.latest-docs-note strong {
+ font-weight: 700;
+}
+
+.latest-docs-note a {
+ color: #5b4108;
+ text-decoration: underline;
+ text-decoration-thickness: 2px;
+ text-underline-offset: 4px;
+}
+
+.latest-docs-note a:hover {
+ color: #3f2d05;
+}
+
+@media screen and (max-width: 768px) {
+ .latest-docs-note {
+ margin: 8px 0 18px;
+ padding: 16px 18px;
+ border-left-width: 6px;
+ border-radius: 12px;
+ }
+
+ .latest-docs-note p {
+ font-size: inherit;
+ line-height: inherit;
+ }
+
+ .latest-docs-note p + p {
+ margin-top: 10px;
+ }
+}
+
.fa-table {
color: #000000;
}
@@ -804,8 +858,8 @@ a.top-menu {
}
}
-@media screen and (max-width: 400px) {
- .codetabs label {
- padding: 15px;
- }
-}
\ No newline at end of file
+@media screen and (max-width: 400px) {
+ .codetabs label {
+ padding: 15px;
+ }
+}
diff --git a/output/download/index.html b/output/download/index.html
index 0f5de0ace..3184f4e70 100644
--- a/output/download/index.html
+++ b/output/download/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1 id="download">Download</h1>
+ <div class="margin-for-toc">
+ <h1 id="download">Download</h1>
<p>Please choose an Amoro version to download from the following tables. It is
recommended you use the latest version.</p>
<p>Please verify the release with corresponding hashes(sha512), signatures and
<a href="https://downloads.apache.org/incubator/amoro/KEYS">project release
KEYS</a>.</p>
<p>The instructions for checking hashes(sha512) and signatures is indicated on
<a href="https://www.apache.org/dyn/closer.cgi#verify">Verify Instructions</a>
page.</p>
diff --git a/output/how-to-contribute/index.html
b/output/how-to-contribute/index.html
index d5fc64070..57854e268 100644
--- a/output/how-to-contribute/index.html
+++ b/output/how-to-contribute/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1
id="contributing-to-amoro">Contributing to Amoro</h1>
+ <div class="margin-for-toc">
+ <h1 id="contributing-to-amoro">Contributing to Amoro</h1>
<p>Thanks for your interest in the Amoro project. Contributions are welcome
and are greatly appreciated! Every little effort helps, and credit will always
be given.</p>
<p>This page provides some orientation and resources for getting involved with
the project. It also offers recommendations for the best results when engaging
with the community. We hope this will be a pleasant first experience for you
and you’ll return to continue contributing.</p>
<h2 id="get-involved">Get Involved</h2>
diff --git a/output/join-community/index.html b/output/join-community/index.html
index 60e86e565..5fe2303d7 100644
--- a/output/join-community/index.html
+++ b/output/join-community/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1
id="welcome-to-apache-amoro-incubating">Welcome to Apache Amoro
(incubating)</h1>
+ <div class="margin-for-toc">
+ <h1 id="welcome-to-apache-amoro-incubating">Welcome to
Apache Amoro (incubating)</h1>
<p>Amoro community is a free, open-source community project.
Anyone interested in the Amoro project can join the community and contribute
to its development by becoming a part of it.</p>
<p>This document describes some guidelines for joining the Amoro community.</p>
diff --git a/output/quick-start/index.html b/output/quick-start/index.html
index 3fd3eb23a..8cdbb9196 100644
--- a/output/quick-start/index.html
+++ b/output/quick-start/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1 id="quickstart">Quickstart</h1>
+ <div class="margin-for-toc">
+ <h1 id="quickstart">Quickstart</h1>
<p>This guide outlines the basic process of using Amoro, allowing you to
quickly experience its core features. You can choose to use either the
<code>Iceberg Format</code> or the <code>Mixed-Iceberg Format</code> to
complete the entire process.</p>
<p>If you are more interested in the <code>Mixed-Hive Format</code> or the
<code>Paimon Format</code>, you can refer to: <a
href="/docs/latest/mixed-hive-format/">Mixed-Hive Format</a> and <a
href="/docs/latest/paimon-format/">Paimon Format</a>. For specific information
on the different formats supported by Amoro, please refer to: <a
href="/docs/latest/formats-overview/">Table Format</a>.</p>
<p>Before starting the quick demo, some steps are required to prepare the
environment. The fastest way to get started is to use a docker-compose file
that uses the apache/amoro image. To use this, you’ll need to install the
<a href="https://docs.docker.com/get-docker/">Docker CLI</a> as well as the <a
href="https://github.com/docker/compose-cli/blob/main/INSTALL.md">Docker
Compose CLI</a>.</p>
diff --git a/output/release-guide/index.html b/output/release-guide/index.html
index d88f0cd8c..36688fab4 100644
--- a/output/release-guide/index.html
+++ b/output/release-guide/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1
id="how-to-release-a-new-version">How to release a new version</h1>
+ <div class="margin-for-toc">
+ <h1 id="how-to-release-a-new-version">How to release a new
version</h1>
<h2 id="preparation">Preparation</h2>
<h3 id="apache-release-documentation">Apache release documentation</h3>
<p>Please refer to the following link to understand the ASF release
process:</p>
diff --git a/output/validate-release/index.html
b/output/validate-release/index.html
index 4cc44a96a..5b75f2848 100644
--- a/output/validate-release/index.html
+++ b/output/validate-release/index.html
@@ -290,12 +290,48 @@
</topsection>
</nav>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<body dir=" ltr">
<section>
<div class="grid-container toc-only">
<div id="content" class="markdown-body">
- <div class="margin-for-toc"><h1
id="how-to-validate-a-new-release">How to validate a new release</h1>
+ <div class="margin-for-toc">
+ <h1 id="how-to-validate-a-new-release">How to validate a
new release</h1>
<h2 id="download-candidate">Download candidate</h2>
<div class="highlight"><pre tabindex="0"
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code
class="language-shell" data-lang="shell"><span
style="display:flex;"><span><span style="color:#75715e"># If there is svn
locally, you can clone to the local</span>
</span></span><span style="display:flex;"><span>$ svn co
https://dist.apache.org/repos/dist/dev/incubator/amoro/<span
style="color:#e6db74">${</span>release_version<span
style="color:#e6db74">}</span>-<span
style="color:#e6db74">${</span>rc_version<span style="color:#e6db74">}</span>/