This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new dfc52fbfeaad chore: minor update page/blog content (#17459)
dfc52fbfeaad is described below
commit dfc52fbfeaadee68a917cb251941d0c94c7ff8e8
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Dec 2 14:14:35 2025 -0600
chore: minor update page/blog content (#17459)
---
...5-12-01-apache-hudi-JD-meetup-asia-2025-recap.md | 2 +-
website/src/components/GetInvolvedGrid/index.js | 21 ++++++++-------------
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/website/blog/2025-12-01-apache-hudi-JD-meetup-asia-2025-recap.md
b/website/blog/2025-12-01-apache-hudi-JD-meetup-asia-2025-recap.md
index 18ff6590e2fe..603a4b736863 100644
--- a/website/blog/2025-12-01-apache-hudi-JD-meetup-asia-2025-recap.md
+++ b/website/blog/2025-12-01-apache-hudi-JD-meetup-asia-2025-recap.md
@@ -87,7 +87,7 @@ In the session "Deep Optimization and AI Exploration of
Apache Hudi on Huawei Cl
At the platform architecture level, Huawei developed the LDMS unified
lakehouse management service platform, achieving fully managed operation and
maintenance of table services. Through core capabilities such as intelligent
data layout optimization and CBO statistics collection, this platform
significantly reduced the operational complexity of the lakehouse platform,
allowing users to focus more on business logic rather than underlying
maintenance.
-In terms of kernel optimization, Huawei made multiple deep modifications to
Apache Hudi. Through de-Avro serialization optimization implemented via
RFC-84/87, Flink write performance improved 1-10 times while significantly
reducing GC pressure; the innovative LogIndex mechanism effectively solved the
streaming read performance bottleneck in object storage scenarios; dynamic
Schema change support made CDC lake ingestion processes more flexible; and the
introduction of the column clusterin [...]
+In terms of kernel optimization, Huawei made multiple deep modifications to
Apache Hudi. Through de-Avro serialization optimization implemented via
RFC-84/87, Flink write performance improved up to 10 times while significantly
reducing GC pressure; the innovative LogIndex mechanism effectively solved the
streaming read performance bottleneck in object storage scenarios; dynamic
Schema change support made CDC lake ingestion processes more flexible; and the
introduction of the column clust [...]
Hudi Native built a high-performance IO acceleration layer by rewriting
Parquet read/write logic using Rust and adopting Arrow memory format to replace
Avro. By providing a unified high-performance Java read/write interface through
JNI, it achieved seamless integration with compute engines such as Spark and
Flink, laying a solid foundation for future performance breakthroughs.
diff --git a/website/src/components/GetInvolvedGrid/index.js
b/website/src/components/GetInvolvedGrid/index.js
index a6454588ccd5..d97155227a1e 100644
--- a/website/src/components/GetInvolvedGrid/index.js
+++ b/website/src/components/GetInvolvedGrid/index.js
@@ -9,12 +9,10 @@ const GetInvolvedGrid = () => {
title: 'For development discussions',
content: (
<>
- <a href="https://github.com/apache/hudi/discussions">Github
Discussions</a> or Dev Mailing list (
+ <a href="https://github.com/apache/hudi/discussions">Github
Discussions</a>{' '}
+ and <a href="https://lists.apache.org/[email protected]">Dev
Mailing list</a> (
<a href="mailto:[email protected]">Subscribe</a>,{' '}
- <a href="mailto:[email protected]">Unsubscribe</a>,{'
'}
- <a
href="https://lists.apache.org/[email protected]">Archives</a>).
- <br />
- Empty email works for subscribe/unsubscribe.
+ <a href="mailto:[email protected]">Unsubscribe</a>{'
'}by sending an empty email).
</>
),
},
@@ -22,12 +20,10 @@ const GetInvolvedGrid = () => {
title: 'For any general questions, user support',
content: (
<>
- <a href="https://github.com/apache/hudi/discussions">Github
Discussions</a> or Users Mailing list (
+ <a href="https://github.com/apache/hudi/discussions">Github
Discussions</a>{' '}
+ and <a
href="https://lists.apache.org/[email protected]">Users Mailing
list</a> (
<a href="mailto:[email protected]">Subscribe</a>,{' '}
- <a
href="mailto:[email protected]">Unsubscribe</a>,{' '}
- <a
href="https://lists.apache.org/[email protected]">Archives</a>).
- <br />
- Empty email works for subscribe/unsubscribe.
+ <a href="mailto:[email protected]">Unsubscribe</a>{'
'}by sending an empty email).
</>
),
},
@@ -69,10 +65,9 @@ const GetInvolvedGrid = () => {
title: 'For stream of commits, pull requests etc',
content: (
<>
- Commits Mailing list (
+ <a
href="https://lists.apache.org/[email protected]">Commits Mailing
list</a> (
<a href="mailto:[email protected]">Subscribe</a>,{'
'}
- <a
href="mailto:[email protected]">Unsubscribe</a>,{' '}
- <a
href="https://lists.apache.org/[email protected]">Archives</a>).
+ <a
href="mailto:[email protected]">Unsubscribe</a>,{' '} by
sending an empty email).
</>
),
},