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 ec92fa398b77 docs(site): update homepage hudi overview diagram (#14348)
ec92fa398b77 is described below
commit ec92fa398b77717245432b8ad2a65e51ae4fc3b6
Author: Shiyan Xu <[email protected]>
AuthorDate: Tue Nov 25 00:29:59 2025 -0600
docs(site): update homepage hudi overview diagram (#14348)
---
website/releases/download.md | 7 ++++++-
website/src/components/Integrations/data.js | 6 +++---
website/src/pages/powered-by.mdx | 4 ++--
website/src/pages/roadmap.md | 11 +++++------
.../assets/images/hudi-lake-overview-mobile.png | Bin 1365236 -> 1682760
bytes
.../static/assets/images/hudi-lake-overview.png | Bin 2465242 -> 2995568
bytes
6 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/website/releases/download.md b/website/releases/download.md
index 91dad84b81ed..81549579ebc1 100644
--- a/website/releases/download.md
+++ b/website/releases/download.md
@@ -69,13 +69,18 @@ toc: true
*
[hudi-cli-bundle_2.13](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.13/1.1.0/hudi-cli-bundle_2.13-1.1.0.jar)
*
[hudi-cli-bundle_2.12](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-cli-bundle_2.12/1.1.0/hudi-cli-bundle_2.12-1.1.0.jar)
+ </details>
+
+ <details>
+ <summary><strong>Platform Integrations</strong></summary>
+
* **AWS**
*
[hudi-aws-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-aws-bundle/1.1.0/hudi-aws-bundle-1.1.0.jar)
* **Google Cloud**
*
[hudi-gcp-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-gcp-bundle/1.1.0/hudi-gcp-bundle-1.1.0.jar)
- * **Data Catalog**
+ * **Data Catalogs**
*
[hudi-hive-sync-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-hive-sync-bundle/1.1.0/hudi-hive-sync-bundle-1.1.0.jar)
*
[hudi-datahub-sync-bundle](https://repository.apache.org/content/repositories/releases/org/apache/hudi/hudi-datahub-sync-bundle/1.1.0/hudi-datahub-sync-bundle-1.1.0.jar)
diff --git a/website/src/components/Integrations/data.js
b/website/src/components/Integrations/data.js
index db84d6f94d41..e9aa73952fc0 100644
--- a/website/src/components/Integrations/data.js
+++ b/website/src/components/Integrations/data.js
@@ -58,9 +58,9 @@ export const cdcItems = [
]
export const fileFormatItems = [
- {title: "Parquet", icon: ParquetIcon},
- {title: "ORC", icon: OrcIcon},
- {title: "Avro", icon: AvroIcon},
+ {title: "Apache Parquet", icon: ParquetIcon},
+ {title: "Apache ORC", icon: OrcIcon},
+ {title: "Apache Avro", icon: AvroIcon},
{title: "CSV", icon: CsvIcon},
{title: "JSON", icon: JSONIcon},
]
diff --git a/website/src/pages/powered-by.mdx b/website/src/pages/powered-by.mdx
index 3079f4d247f4..aea9b1324fc0 100644
--- a/website/src/pages/powered-by.mdx
+++ b/website/src/pages/powered-by.mdx
@@ -1,12 +1,12 @@
---
-title: "Powered By"
+title: "Adopters"
keywords: [hudi, powered-by]
last_modified_at: 2019-12-31T15:59:57-04:00
---
import SlackCommunity from '@site/src/components/SlackCommunity';
-# Who's Using
+# Adopters
Apache Hudi is a [fast growing diverse
community](https://hudi.apache.org/blog/2022/01/06/apache-hudi-2021-a-year-in-review)
of people and organizations from all around the globe. The following is a
small sample of companies that have adopted or
diff --git a/website/src/pages/roadmap.md b/website/src/pages/roadmap.md
index baf78b11b1a4..e5bd113dac97 100644
--- a/website/src/pages/roadmap.md
+++ b/website/src/pages/roadmap.md
@@ -2,6 +2,7 @@
title: Roadmap
last_modified_at: 2025-02-19T12:00:00-08:00
---
+
# Roadmap
Hudi community strives to deliver major releases every 3 months, while
offering minor releases every 1-2 months!
@@ -10,16 +11,14 @@ down by areas on our [stack](/docs/hudi_stack).
## Recent Release(s)
-[1.0.2](/releases/release-1.0.2) (May 2025)
+[1.1.0](/releases/release-1.1.0) (Nov 2025)
## Future Releases
| Release | Timeline |
|---------|-----------|
-| 1.1.0 | Jun 2025 |
-| 1.2.0 | Aug 2025 |
-| 2.0.0 | Nov 2025 |
-
+| 1.2.0 | Jan 2026 |
+| 2.0.0 | Jun 2026 |
## Storage Engine
@@ -90,4 +89,4 @@ down by areas on our [stack](/docs/hudi_stack).
| Feature | Target Release |
Tracking |
|---------------------------------------------------------|----------------|------------------------------------------|
| Support code coverage report and improve test coverage | 1.1.0 |
[HUDI-9015](https://issues.apache.org/jira/browse/HUDI-9015) |
-| Clean up tech debt and deprecate unused code | 1.1.0 |
[HUDI-9054](https://issues.apache.org/jira/browse/HUDI-9054) |
\ No newline at end of file
+| Clean up tech debt and deprecate unused code | 1.1.0 |
[HUDI-9054](https://issues.apache.org/jira/browse/HUDI-9054) |
diff --git a/website/static/assets/images/hudi-lake-overview-mobile.png
b/website/static/assets/images/hudi-lake-overview-mobile.png
index 916326df55a0..eb2fcca93869 100644
Binary files a/website/static/assets/images/hudi-lake-overview-mobile.png and
b/website/static/assets/images/hudi-lake-overview-mobile.png differ
diff --git a/website/static/assets/images/hudi-lake-overview.png
b/website/static/assets/images/hudi-lake-overview.png
index 525fdf6611ec..e533847f3ff3 100644
Binary files a/website/static/assets/images/hudi-lake-overview.png and
b/website/static/assets/images/hudi-lake-overview.png differ